IOTA SDKAPI ReferenceGoTypesSecp256r1SignatureInterfaceOn this pageSecp256r1SignatureInterfacetype 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}Give Feedback