ledgerIdl top-level property

Service ledgerIdl
final

Implementation

final Service ledgerIdl = IDL.Service({
  'account_balance': IDL.Func(
    [AccountBalanceArgsNew.idl],
    [Tokens.idl],
    ['query'],
  ),
  'account_balance_dfx': IDL.Func(
    [AccountBalanceArgs.idl],
    [ICPTs.idl],
    ['query'],
  ),
  'notify_dfx': IDL.Func([NotifyCanisterArgs.idl], [], []),
  'send_dfx': IDL.Func([SendArgs.idl], [_blockHeight], []),
  'transfer': IDL.Func([TransferArgs.idl], [TransferResult.idl], []),
});