Skip to main content

Ed25519SignatureInterface

type Ed25519SignatureInterface

An ed25519 signature.

BCS

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

```text ed25519-signature = 64OCTET ```

type Ed25519SignatureInterface interface {
ToBytes() []byte
}