ICPSigner class

Inheritance

Constructors

ICPSigner.create({CurveType curveType = CurveType.ed25519})
ICPSigner.fromPhrase(String phrase, {String passphase = "", int? index = 0, List<int>? icPath = IC_BASE_PATH, CurveType curveType = CurveType.ed25519})
ICPSigner.fromSeed(Uint8List seed, {int? index = 0, CurveType curveType = CurveType.ed25519})
ICPSigner.importPhrase(String phrase, {int index = 0, SourceType sourceType = SourceType.II, CurveType curveType = CurveType.ed25519})
factory

Properties

account ICPAccount
no setter
ecAddress String?
no setter
ecChecksumAddress String?
no setter
ecPublicKey String?
no setter
ecPublicKeyDer String?
no setter
hashCode int
The hash code for this object.
no setterinherited
idAddress String?
no setter
idChecksumAddress String?
no setter
idPublicKey String?
no setter
idPublicKeyDer String?
no setter
index int?
no setter
isHD bool
no setter
isLocked bool?
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceType SourceType?
no setter

Methods

hdCreate({String passphase = "", int? index = 0, List<int>? icPath = IC_BASE_PATH, CurveType curveType = CurveType.ed25519}) ICPAccount
lock(String? passphrase) Future<void>?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setSourceType(SourceType type) → void
sign(ConstructionPayloadsResponse payload, {SignType? signType = SignType.ed25519, SigningCallback? callback}) Future<CombineSignedTransactionResult>
override
toString() String
A string representation of this object.
inherited
unlock(String passphrase, {String? keystore}) Future<void>?
override

Operators

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