pub type NewBlockArgs = NewBlockInfo;Aliased Type§
pub struct NewBlockArgs {
pub block_height: u32,
pub block_hash: String,
pub block_timestamp: u64,
pub confirmed_txids: Vec<Txid>,
}Fields§
§block_height: u32§block_hash: String§block_timestamp: u64The block timestamp in seconds since the Unix epoch.
confirmed_txids: Vec<Txid>