private void FetchSpend(OutputPoint outputPoint, Action <ErrorCode, Point> handler) { IntPtr contextPtr = CreateContext(handler, outputPoint); ChainNative.chain_fetch_spend(nativeInstance_, contextPtr, outputPoint.NativeInstance, internalFetchSpendHandler_); }