IOTA SDKAPI ReferenceGoTypesEd25519SignatureInterfaceOn this pageEd25519SignatureInterfacetype 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}Give Feedback