Optionalzlib: ZlibProviderOptionalabiProvider: AbiProviderOptionalsignature: RequestSignatureThe raw signing request data.
OptionalsignatureThe request signature.
The signing request version.
Return a deep copy of this request.
Encode this request into an esr: uri.
Optionalcompress: booleanOptionalslashes: booleanOptionalscheme: stringAn esr uri string.
Resolve required ABI definitions.
OptionalabiProvider: AbiProviderGet the id of the chain where this request is valid.
The 32-byte chain id as hex encoded string.
Chain IDs this request is valid for, only valid for multi chain requests. Value of null when isMultiChain is true denotes any chain.
Get the request data without header or signature.
Present if the request is an identity request and requests a specific account.
Present if the request is an identity request and requests a specific permission.
Present if the request is an identity request and requests a specific permission.
Get a metadata key.
Get a metadata key.
Return the actions in this request with action data encoded.
Get raw info dict
Unresolved transaction.
ABI definitions required to resolve request.
Get signature data, returns an empty array if request is not signed.
Get the signature digest for this request.
Whether the request is an identity request.
True if chainId is set to chain alias 0 which indicates that the request is valid for any chain.
Whether TaPoS values are required to resolve request.
Optionalctx: TransactionContextDecode raw actions actions to object representations.
ABI defenitions required to decode all actions.
Optionalsigner: PermissionLevelType
Placeholders in actions will be resolved to signer if set.
Optionalctx: TransactionContextSet broadcast flag.
Whether the transaction should be broadcast by receiver.
Set the request callback, mutating.
Where the callback should be sent.
Whether the callback should be sent in the background.
Set chain IDs this request is valid for, only considered for multi chain requests.
Set a metadata key.
Optionaltype: ABISerializableTypeSet the signature data for this request, mutating.
Account name of signer.
The signature string.
Whether the request should be broadcast by signer.
Sign the request, mutating.
The signature provider that provides a signature for the signer.
StaticcreateCreate a new signing request.
Optionaloptions: SigningRequestEncodingOptionsStaticcreateSynchronously create a new signing request.
Optionaloptions: SigningRequestEncodingOptionsOptionalabis: Record<string, ABIDef>StaticfromCreates a signing request from encoded esr: uri string.
Optionaloptions: SigningRequestEncodingOptionsStaticfromOptionaloptions: SigningRequestEncodingOptionsStaticfromCreate a request from a chain id and serialized transaction.
The chain id where the transaction is valid.
The serialized transaction.
Optionaloptions: SigningRequestEncodingOptions
Creation options.
StaticidentityCreates an identity request.
Optionaloptions: SigningRequestEncodingOptions
Create a new signing request. Normally not used directly, see the
createandfromclass methods.