Optional
__typename?: "BlockchainTransaction"The blockchain where the transaction was perfomed.
The hash of the blockchain transaction.
The database ID of the transaction.
Optional
name?: Maybe<Scalars["String"]>Name of the transaction performed
Optional
result?: Maybe<Scalars["JSON"]>The output of the transaction.
Optional
state?: Maybe<BlockchainTransactionState>The state of the transaction.
Generated using TypeDoc
Transaction performed on a blockchain.