XRPPublicKey class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toAddress()
→ XRPAddress
-
Converts the XRPPublicKey to an XRPAddress.
-
toBytes([PubKeyModes mode = PubKeyModes.compressed])
→ List<int>
-
Returns the public key as a list of bytes based on the specified
mode
.
-
toHex([PubKeyModes mode = PubKeyModes.compressed])
→ String
-
Returns the hexadecimal representation of the XRPPublicKey.
-
toString()
→ String
-
A string representation of this object.
inherited
-
verifySignature(String blob, String signature)
→ bool
-
Verifies the signature of a blob using the provided verifying key.