Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
secp256k1_silentpayments_label Struct Reference

Opaque data structure that holds a Silent Payments label. More...

#include <secp256k1_silentpayments.h>

Public Attributes

unsigned char data [68]
 

Detailed Description

Opaque data structure that holds a Silent Payments label.

Guaranteed to be 68 bytes in size. Serialized and parsed with secp256k1_silentpayments_recipient_label_serialize and secp256k1_silentpayments_recipient_label_parse.

Definition at line 141 of file secp256k1_silentpayments.h.

Member Data Documentation

◆ data

unsigned char secp256k1_silentpayments_label::data[68]

Definition at line 142 of file secp256k1_silentpayments.h.


The documentation for this struct was generated from the following file: