Skip to main content

get_tx_blob_from_id

Function get_tx_blob_from_id 

Source
pub fn get_tx_blob_from_id(
    tx_id: &TxId,
    tapes: &impl TapesRead,
    db: &BlockchainDatabase,
) -> DbResult<Vec<u8>>
Expand description

Returns the tx-blob from a tx id.