Secp256k1PublicKeyInterface
interface Secp256k1PublicKeyInterface
A secp256k1 public key.
BCS
The BCS serialized form for this type is defined by the following ABNF:
secp256k1-public-key = 33OCTET
Inheritors
| Secp256k1PublicKey |
Functions
| Name | Summary |
|---|---|
| deriveAddress | abstract fun deriveAddress(): Address Derive an Address from this Public Key |
| scheme | abstract fun scheme(): SignatureScheme Returns the signature scheme for this public key. |
| toBytes | abstract fun toBytes(): ByteArray |
| toFlaggedBytes | abstract fun toFlaggedBytes(): ByteArray Returns the bytes with signature scheme flag prepended. |