Transaction
Represents a complete transaction ready to be signed.Properties
signerAccountId(AccountId): Account ID of the signersignerPublicKey(PublicKey): Public key of the signerreceiverAccountId(AccountId): Account ID of the receivernonce(Nonce): Transaction nonce (incrementing number)blockHash(BlockHash): Recent block hashaction(Action): Single action (mutually exclusive withactions)actions(Action[]): Multiple actions (mutually exclusive withaction)
TransactionIntent
A simplified transaction specification before adding nonce and block hash.SignedTransaction
A transaction with a cryptographic signature.Properties
transaction(Transaction): The original transactiontransactionHash(CryptoHash): Hash of the transactionsignature(Signature): Cryptographic signature