menu
stellar_flutter_sdk
stellar_flutter_sdk
KeyPair
canSign method
canSign
brightness_4
brightness_5
canSign
method
bool
canSign
(
)
Returns true if this Keypair is capable of signing.
Implementation
bool canSign() { return _mPrivateKey != null; }
stellar_flutter_sdk
stellar_flutter_sdk
KeyPair
canSign method
KeyPair class