Constructors
constructor
-
Parameters
-
payload: string
-
hash: string
-
signerPublicKey: string
-
-
Properties
signerPublicKey
signerPublicKey: string
Methods
toDTO
-
Returns { hash: string; networkType: NetworkType; payload: string; signerPublicKey: string; type: TransactionType }
-
hash: string
-
-
payload: string
-
signerPublicKey: string
-
SignedTransaction object is used to transfer the transaction data and the signature to the server in order to initiate and broadcast a transaction.