Skip to main content

Secp256r1SignatureInterface

type Secp256r1SignatureInterface

A secp256r1 signature.

BCS

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

```text secp256r1-signature = 64OCTET ```

type Secp256r1SignatureInterface interface {
ToBytes() []byte
}