Type Alias bdk::ConfirmationTime

source ·
pub type ConfirmationTime = BlockTime;
👎Deprecated: This structure has been renamed to BlockTime
Expand description

DEPRECATED: Confirmation time of a transaction

The structure has been renamed to BlockTime

Aliased Type§

struct ConfirmationTime {
    pub height: u32,
    pub timestamp: u64,
}

Fields§

§height: u32

confirmation block height

§timestamp: u64

confirmation block timestamp