Skip to main content

Secp256k1SignatureInterface

type Secp256k1SignatureInterface

A secp256k1 signature.

BCS

The BCS serialized form for this type is defined by the following ABNF:

```text secp256k1-signature = 64OCTET ```

type Secp256k1SignatureInterface interface {
ToBytes() []byte
}