TSignRawPayloadBody class
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