Skip to main content

TxId

Type Alias TxId 

Source
pub type TxId = B256;
Expand description

A transaction id: sha256 of the protobuf-encoded raw transaction.

Defined here so it can appear in both signer and provider signatures without a dependency cycle.

Aliased Type§

#[repr(transparent)]
pub struct TxId(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]