Struct fuel_core_interfaces::model::DepositCoin
source · [−]pub struct DepositCoin {
pub owner: Address,
pub amount: Word,
pub asset_id: AssetId,
pub nonce: Bytes32,
pub deposited_da_height: DaBlockHeight,
pub fuel_block_spend: Option<BlockHeight>,
}Expand description
Probably going to be supperseaded with bridge message https://github.com/FuelLabs/fuel-core/issues/366
Fields
owner: Addressamount: Wordasset_id: AssetIdnonce: Bytes32deposited_da_height: DaBlockHeightfuel_block_spend: Option<BlockHeight>Implementations
sourceimpl DepositCoin
impl DepositCoin
Trait Implementations
sourceimpl Clone for DepositCoin
impl Clone for DepositCoin
sourcefn clone(&self) -> DepositCoin
fn clone(&self) -> DepositCoin
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for DepositCoin
impl Send for DepositCoin
impl Sync for DepositCoin
impl Unpin for DepositCoin
impl UnwindSafe for DepositCoin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more