Skip to main content

Bls12381SignatureInterface

type Bls12381SignatureInterface

A bls12381 min-sig signature.

BCS

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

```text bls12381-signature = 48OCTET ```

type Bls12381SignatureInterface interface {
ToBytes() []byte
}