BitcoinOutput
No description
type BitcoinOutput {
recipientAddress: String!
amountToSend: Int!
publicKeyProvenanceData: BitcoinPublicKeyProvenance
}
Fields
BitcoinOutput.recipientAddress ● String! non-null scalar
The address of the transaction recipient
BitcoinOutput.amountToSend ● Int! non-null scalar
The amount of satoshi to be sent
BitcoinOutput.publicKeyProvenanceData ● BitcoinPublicKeyProvenance object
The provenance signature data for the change address. (Only the change output will have it)
Member Of
BitcoinTransaction object