Keypop Calypso Crypto Legacy SAM C++ API 0.6.0
Reference Calypso Crypto Legacy SAM API for C++
Public Member Functions | List of all members
keypop::calypso::crypto::legacysam::transaction::KeyPairContainer Class Referenceabstract

#include <KeyPairContainer.hpp>

Public Member Functions

virtual const std::vector< uint8_t > getKeyPair ()=0
 

Detailed Description

Contains the input/output data of the method. A key pair consists of a byte array containing the public key and a private key values.

Since
0.5.0

Definition at line 29 of file KeyPairContainer.hpp.

Member Function Documentation

◆ getKeyPair()

virtual const std::vector< uint8_t > keypop::calypso::crypto::legacysam::transaction::KeyPairContainer::getKeyPair ( )
pure virtual

Returns the key pair.

Returns
The key pair as a 96-byte byte array.
Since
0.5.0

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