junobuild_shared::ledger::types::icrc

Type Alias IcrcTransferResult

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

Aliased Type§

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