SignTransactionRequest class abstract

APIV1POSTTransactionSignRequest is the request for POST /v1/transaction/sign

Properties:

  • publicKey
  • transaction - Base64 encoding of msgpack encoding of a Transaction object Note: SDK and goal usually generate SignedTxn objects in that case, the field txn / Transaction of the generated SignedTxn object needs to be used
  • walletHandleToken
  • walletPassword

Constructors

SignTransactionRequest([void updates(SignTransactionRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
publicKey → BuiltList<int>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transaction String?
Base64 encoding of msgpack encoding of a Transaction object Note: SDK and goal usually generate SignedTxn objects in that case, the field txn / Transaction of the generated SignedTxn object needs to be used
no setter
walletHandleToken String?
no setter
walletPassword String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SignTransactionRequestBuilder)) SignTransactionRequest
Rebuilds the instance.
inherited
toBuilder() SignTransactionRequestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<SignTransactionRequest>
no setter