MCPcopy Create free account
hub / github.com/ElementsProject/elements / fillPSBT

Method fillPSBT

src/wallet/interfaces.cpp:370–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 return {};
369 }
370 TransactionError fillPSBT(int sighash_type,
371 bool sign,
372 bool bip32derivs,
373 size_t* n_signed,
374 PartiallySignedTransaction& psbtx,
375 bool& complete) override
376 {
377 return m_wallet->FillPSBT(psbtx, complete, sighash_type, sign, bip32derivs, n_signed);
378 }
379 WalletBalances getBalances() override
380 {
381 const auto bal = GetBalance(*m_wallet);

Callers 6

bumpFeeMethod · 0.80
openWithPSBTMethod · 0.80
signTransactionMethod · 0.80
couldSignInputsMethod · 0.80
sendButtonClickedMethod · 0.80

Calls 1

FillPSBTMethod · 0.45

Tested by

no test coverage detected