TWAnySigner class abstract

Represents a signer to sign transactions for any blockchain.

Implementers

Constructors

TWAnySigner.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

TWAnySignerPlan(Pointer<Void> input, int coin) Pointer<Void>
Plans a transaction (for UTXO chains only).
TWAnySignerSign(Pointer<Void> input, int coin) Pointer<Void>
Signs a transaction specified by the signing input and coin type.
TWAnySignerSignJSON(Pointer<Utf8> json, Pointer<Void> key, int coin) Pointer<Utf8>
Signs a transaction specified by the JSON representation of signing input, coin type and a private key, returning the JSON representation of the signing output.
TWAnySignerSupportsJSON(int coin) bool
Check if AnySigner supports signing JSON representation of signing input.