OBJECT
BitcoinOutput
link GraphQL Schema definition
- type BitcoinOutput {
- # The address of the transaction recipient
- String! :
- # The amount of satoshi to be sent
- Int! :
- # The provenance signature data for the change address. (Only the change output
- # will have it)
- BitcoinPublicKeyProvenance :
- }