stellar_flutter_sdk
stellar_flutter_sdk
KeyPair
privateKey property
privateKey
privateKey
property
Null safety
Uint8List
?
privateKey
Implementation
Uint8List? get privateKey => _mPrivateKey;
stellar_flutter_sdk
stellar_flutter_sdk
KeyPair
privateKey property
KeyPair class
Constructors
KeyPair
Properties
accountId
hashCode
privateKey
publicKey
runtimeType
secretSeed
signatureHint
xdrMuxedAccount
xdrPublicKey
xdrSignerKey
Methods
canSign
noSuchMethod
sign
signDecorated
signPayloadDecorated
toString
verify
Operators
operator ==
Static methods
fromAccountId
fromPublicKey
fromSecretSeed
fromSecretSeedList
fromXdrPublicKey
fromXdrSignerKey
random