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

Opaque data structure that holds Silent Payments prevouts summary data. More...

#include <secp256k1_silentpayments.h>

Public Attributes

unsigned char data [101]
 

Detailed Description

Opaque data structure that holds Silent Payments prevouts summary data.

The exact representation of data inside is implementation defined and not guaranteed to be portable between different platforms or versions. It is however guaranteed to be 101 bytes in size, and can be safely copied/moved. This structure does not contain secret data. It can be created with secp256k1_silentpayments_recipient_prevouts_summary_create.

Definition at line 243 of file secp256k1_silentpayments.h.

Member Data Documentation

◆ data

unsigned char secp256k1_silentpayments_prevouts_summary::data[101]

Definition at line 244 of file secp256k1_silentpayments.h.


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