|
tl::expected< CDDC *, bool > | getCDDC (unsigned int cdd_serial) override |
|
tl::expected< CDDC *, bool > | getCurrentCDDC () override |
|
std::vector< BlindSignature > | mint (const std::string &UNUSED(transaction_reference), const std::vector< Blind > &UNUSED(blinds)) override |
|
const std::vector< MintKeyCert > | getMKCs (const std::vector< unsigned int > &UNUSED(denominations), const std::vector< BigInt > &UNUSED(mint_key_ids)) override |
|
bool | redeem (const std::vector< Coin > &UNUSED(coins)) override |
|
virtual const std::vector< MintKeyCert > | getMKCs (const std::vector< unsigned int > &denominations, const std::vector< BigInt > &mint_key_ids)=0 |
|
virtual std::vector< BlindSignature > | mint (std::string const &transaction_reference, const std::vector< Blind > &blinds)=0 |
|
virtual bool | redeem (const std::vector< Coin > &coins)=0 |
|
this is for now our sample model