fuel-core 0.3.1

Fuel client.
Documentation
1
2
3
4
5
6
7
8
9
10
use super::Hash;
use fuel_tx::ContractId;

#[derive(Debug, Copy, Clone)]
pub struct Contract {
    contract_id: ContractId,
    utxo_id: Hash,
    balance_root: Hash,
    state_root: Hash,
}