stellar_flutter_sdk
stellar_flutter_sdk
KeyPair
canSign method
canSign
stellar_flutter_sdk
stellar_flutter_sdk
KeyPair
canSign method
KeyPair class
Constructors
KeyPair
Properties
accountId
hashCode
privateKey
publicKey
runtimeType
secretSeed
signatureHint
xdrMuxedAccount
xdrPublicKey
xdrSignerKey
Methods
canSign
noSuchMethod
sign
signDecorated
toString
verify
Operators
operator ==
Static methods
fromAccountId
fromPublicKey
fromSecretSeed
fromSecretSeedList
fromXdrPublicKey
fromXdrSignerKey
random
canSign
method
bool
canSign
(
)
Returns true if this Keypair is capable of signing.
Implementation
bool canSign() { return _mPrivateKey != null; }