Function tx_output_indexes

Source
pub async fn tx_output_indexes(
    blockchain_read: &mut BlockchainReadHandle,
    tx_hash: [u8; 32],
) -> Result<Vec<u64>, Error>
Expand description