◆ getAddress()
optional< std::string > ledger::core::BitcoinLikeOutputApi::getAddress |
( |
| ) |
|
|
overridevirtual |
◆ getOutputIndex()
int32_t ledger::core::BitcoinLikeOutputApi::getOutputIndex |
( |
| ) |
|
|
overridevirtual |
◆ getScript()
std::vector< uint8_t > ledger::core::BitcoinLikeOutputApi::getScript |
( |
| ) |
|
|
overridevirtual |
Get script (witness script) cryptographic puzzle that determines the conditions to spend the output.
- Returns
- in Bytes (variable size depending on type of script P2PKH, P2SH), locking script to spend UTXO
Implements ledger::core::api::BitcoinLikeOutput.
◆ getTransactionHash()
std::string ledger::core::BitcoinLikeOutputApi::getTransactionHash |
( |
| ) |
|
|
overridevirtual |
◆ getValue()
std::shared_ptr< api::Amount > ledger::core::BitcoinLikeOutputApi::getValue |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: