IcrcTransferResult

Type Alias IcrcTransferResult 

Source
pub type IcrcTransferResult = Result<BlockIndex, TransferError>;

Aliased Type§

pub enum IcrcTransferResult {
    Ok(Nat),
    Err(TransferError),
}

Variants§

§1.0.0

Ok(Nat)

Contains the success value

§1.0.0

Err(TransferError)

Contains the error value