Builder

class Builder
Result containing the signed and encoded transaction.
Protobuf type TW.NEAR.Proto.SigningOutput

Functions

Link copied to clipboard
Hash of the transaction
bytes hash = 2;
Link copied to clipboard
Signed transaction blob
bytes signed_transaction = 1;
Link copied to clipboard
open fun getHash(): ByteString
Hash of the transaction
bytes hash = 2;
Link copied to clipboard
open fun getSignedTransaction(): ByteString
Signed transaction blob
bytes signed_transaction = 1;
Link copied to clipboard
open fun setHash(value: ByteString): NEAR.SigningOutput.Builder
Hash of the transaction
bytes hash = 2;
Link copied to clipboard
Signed transaction blob
bytes signed_transaction = 1;