SignResult class
- Annotations
-
- @JsonSerializable(includeIfNull: false)
Properties
-
body
→ PactCommand?
-
The signed pact command.
'body' is the official name in the Kadena Wallet Signing API spec.
body and/or signedCmd will be set.
final
-
error
→ SignRequestError?
-
The error message if the signing failed.
final
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
signedCmd
→ PactCommand?
-
The signed pact command.
This is the implementation based on eckoWallet.
body and/or signedCmd will be set.
final