SolSignRequestProps class
Inputs for SolanaChain.generateSignRequest.
Constructors
Properties
- address → String?
-
The base58 address form of publicKey.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- origin → String?
-
final
- path → String
-
The 3-level hardened account path
m/44'/501'/idx'— the exported account IS the signer (Ed25519 has no public child derivation).final - publicKey → Uint8List?
-
32-byte Ed25519 public key, or its base58 address form. One of the two
is required.
final
- requestId → Object?
-
16 raw bytes (Uint8List) or a UUID String; minted when absent.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signData → Uint8List
-
Compiled transaction MESSAGE bytes (legacy or versioned), or raw message
bytes.
final
- signType → int?
-
A SolSignType value. Defaults to
transaction.final - xfp → Object
-
The master fingerprint: a u32 int or an 8-hex String.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited