ic-canister-kit 1.3.3

An ic canister package
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use super::ledger::{
    LedgerAccountIdentifier, LedgerBinaryAccountBalanceArgs, LedgerBlockIndex, LedgerDecimals, LedgerName,
    LedgerSubaccount, LedgerSymbol, LedgerTimestamp, LedgerTokens, LedgerTransferArgs, LedgerTransferError,
    LedgerTransferFee, LedgerTransferFeeArg, LedgerTransferResult,
};

pub use super::icrc1::{
    Icrc1Account, Icrc1Balance, Icrc1Fee, Icrc1Subaccount, Icrc1SupportedStandard, Icrc1TransferArgs,
    Icrc1TransferError, Icrc1TransferResult,
};

pub use super::icrc2::{
    Icrc2Allowance, Icrc2AllowanceArgs, Icrc2ApproveArgs, Icrc2ApproveError, Icrc2ApproveResult, Icrc2TransferFromArgs,
    Icrc2TransferFromError,
};