IOTA SDKAPI ReferenceGoTypesSecp256k1SignatureInterfaceOn this pageSecp256k1SignatureInterfacetype 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}Give Feedback