UltrafastSecp256k1 3.50.0
Ultra high-performance secp256k1 elliptic curve cryptography library
Loading...
Searching...
No Matches
secp256k1::SilentPaymentAddress Struct Reference

#include <address.hpp>

Public Member Functions

std::string encode (Network net=Network::Mainnet) const
 

Public Attributes

fast::Point scan_pubkey
 
fast::Point spend_pubkey
 

Detailed Description

Definition at line 148 of file address.hpp.

Member Function Documentation

◆ encode()

std::string secp256k1::SilentPaymentAddress::encode ( Network  net = Network::Mainnet) const

Member Data Documentation

◆ scan_pubkey

fast::Point secp256k1::SilentPaymentAddress::scan_pubkey

Definition at line 149 of file address.hpp.

Referenced by ufsecp_silent_payment_create_output().

◆ spend_pubkey

fast::Point secp256k1::SilentPaymentAddress::spend_pubkey

Definition at line 150 of file address.hpp.

Referenced by ufsecp_silent_payment_create_output().


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