ICPSigner class

Inheritance

Properties

account ICPAccount
no setter
ecAddress 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
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 passphrase = '', int? index = 0, List<int>? icPath = icBasePath, CurveType curveType = CurveType.ed25519}) Future<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

Static Methods

create({CurveType curveType = CurveType.ed25519}) Future<ICPSigner>
fromPhrase(String phrase, {String passphrase = '', int? index = 0, List<int>? icPath = icBasePath, CurveType curveType = CurveType.ed25519}) Future<ICPSigner>
fromSeed(Uint8List seed, {int? index = 0, CurveType curveType = CurveType.ed25519}) Future<ICPSigner>
importPhrase(String phrase, {int index = 0, SourceType sourceType = SourceType.ii, CurveType curveType = CurveType.ed25519}) Future<ICPSigner>