Trait fuel_tx::UniqueIdentifier
source · pub trait UniqueIdentifier {
// Required method
fn id(&self) -> Bytes32;
}
Expand description
Means that transaction has a unique identifier.
pub trait UniqueIdentifier {
// Required method
fn id(&self) -> Bytes32;
}
Means that transaction has a unique identifier.