Skip to main content

BitcoinTransaction

see: https://wiki.bitcoinsv.io/index.php/Bitcoin_Transactions

type BitcoinTransaction {
version: Int!
inputs: [BitcoinInput!]!
outputs: [BitcoinOutput!]!
lockTime: Int!
sighash: Int!
}

Fields

BitcoinTransaction.version ● Int! non-null scalar

BitcoinTransaction.inputs ● [BitcoinInput!]! non-null object

The UTXOs to be spent

BitcoinTransaction.outputs ● [BitcoinOutput!]! non-null object

The recipient(s) of the transaction - including the change address

BitcoinTransaction.lockTime ● Int! non-null scalar

Block height or timestamp when transaction is final

BitcoinTransaction.sighash ● Int! non-null scalar

The signature type for the transaction

Member Of

BitcoinSign object