TSignRawPayloadBody class

Constructors

TSignRawPayloadBody({String? timestampMs, String? organizationId, required String signWith, required String payload, required v1PayloadEncoding encoding, required v1HashFunction hashFunction})
const
TSignRawPayloadBody.fromJson(Map<String, dynamic> json)
factory

Properties

encoding v1PayloadEncoding
Encoding of the payload string. Turnkey uses this information to convert payload into bytes with the correct decoder (e.g. hex, utf8).
final
hashCode int
The hash code for this object.
no setterinherited
hashFunction v1HashFunction
Hash function to apply to payload bytes before signing. This field must be set to HASH_FUNCTION_NOT_APPLICABLE for EdDSA/ed25519 signature requests; configurable payload hashing is not supported by RFC 8032.
final
organizationId String?
final
payload String
Raw unsigned payload to be signed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signWith String
A Wallet account address, Private Key address, or Private Key identifier.
final
timestampMs String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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