Expand description
Types that are not returned by the RPC server, but used as arguments/inputs of the RPC methods.
Structs§
- Create
RawTransaction Arguments - Models the arguments of JSON-RPC method
createrawtransaction
. - Create
RawTransaction Input - Models the input of JSON-RPC method
createrawtransaction
. - Create
Wallet Arguments - Models the
createwallet
JSON-RPC method. - Import
Descriptor Input - Models the Descriptor in the result of the JSON-RPC method
importdescriptors
. - List
Unspent Query Options - Query options for filtering unspent transaction outputs.
- Previous
Transaction Output - Models the optional previous transaction outputs argument for the method
signrawtransactionwithwallet
. - Psbt
Bump FeeOptions - Options for psbtbumpfee RPC method.
- Wallet
Create Funded Psbt Options - Options for creating a funded PSBT with wallet inputs.
Enums§
- Create
RawTransaction Output - Models transaction outputs for Bitcoin RPC methods.
- Sighash
Type - Signature hash types for Bitcoin transactions.