LedgerTransactionHashes

Type Alias LedgerTransactionHashes 

Source
pub type LedgerTransactionHashes = LedgerTransactionHashesV2;

Aliased Type§

pub struct LedgerTransactionHashes {
    pub ledger_transaction_hash: LedgerTransactionHash,
    pub kinded: KindedTransactionHashesV2,
}

Fields§

§ledger_transaction_hash: LedgerTransactionHash§kinded: KindedTransactionHashesV2