Bip32Ed25519XSignatureFactory class abstract

A factory that builds instances of Bip32Ed25519XSignature.

It is recommended to use the factory instead of directly constructing instances of Bip32Ed25519XSignature because the factory can be replaced in tests to provide mocked private keys which don't need to communicate with Rust.

Implementers

Constructors

Bip32Ed25519XSignatureFactory()
const

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

fromBytes(List<int> bytes) Bip32Ed25519XSignature
Constructs a Bip32Ed25519XSignature from a list of bytes.
fromCbor(CborValue value) Bip32Ed25519XSignature
Deserializes the type from cbor.
fromHex(String string) Bip32Ed25519XSignature
Constructs a Bip32Ed25519XSignature from a hex-encoded list of bytes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seeded(int byte) Bip32Ed25519XSignature
Creates a Bip32Ed25519XSignature initialized with a single repeated byte.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance Bip32Ed25519XSignatureFactory
getter/setter pair