Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Methods

add_address

  • Parameters

    Returns Promise<undefined>

add_controller

  • add_controller(arg_0: Principal): Promise<undefined>
  • Parameters

    • arg_0: Principal

    Returns Promise<undefined>

authorize

  • authorize(arg_0: Principal): Promise<undefined>
  • Parameters

    • arg_0: Principal

    Returns Promise<undefined>

deauthorize

  • deauthorize(arg_0: Principal): Promise<undefined>
  • Parameters

    • arg_0: Principal

    Returns Promise<undefined>

get_chart

  • get_chart(arg_0: [] | [{ count: [] | [number]; precision: [] | [bigint] }]): Promise<[bigint, bigint][]>
  • Parameters

    • arg_0: [] | [{ count: [] | [number]; precision: [] | [bigint] }]

    Returns Promise<[bigint, bigint][]>

get_controllers

  • get_controllers(): Promise<Principal[]>
  • Returns Promise<Principal[]>

get_custodians

  • get_custodians(): Promise<Principal[]>
  • Returns Promise<Principal[]>

get_events

  • get_events(arg_0: [] | [{ from: [] | [number]; to: [] | [number] }]): Promise<Event[]>
  • Parameters

    • arg_0: [] | [{ from: [] | [number]; to: [] | [number] }]

    Returns Promise<Event[]>

list_addresses

  • Returns Promise<AddressEntry[]>

name

  • name(): Promise<[] | [string]>
  • Returns Promise<[] | [string]>

remove_address

  • remove_address(arg_0: Principal): Promise<undefined>
  • Parameters

    • arg_0: Principal

    Returns Promise<undefined>

remove_controller

  • remove_controller(arg_0: Principal): Promise<undefined>
  • Parameters

    • arg_0: Principal

    Returns Promise<undefined>

set_name

  • set_name(arg_0: string): Promise<undefined>
  • Parameters

    • arg_0: string

    Returns Promise<undefined>

wallet_balance

  • wallet_balance(): Promise<{ amount: bigint }>
  • Returns Promise<{ amount: bigint }>

wallet_call

  • wallet_call(arg_0: { args: number[]; canister: Principal; cycles: bigint; method_name: string }): Promise<ResultCall>
  • Parameters

    • arg_0: { args: number[]; canister: Principal; cycles: bigint; method_name: string }
      • args: number[]
      • canister: Principal
      • cycles: bigint
      • method_name: string

    Returns Promise<ResultCall>

wallet_create_canister

wallet_create_wallet

wallet_receive

  • wallet_receive(): Promise<undefined>
  • Returns Promise<undefined>

wallet_send

  • wallet_send(arg_0: { amount: bigint; canister: Principal }): Promise<ResultSend>
  • Parameters

    • arg_0: { amount: bigint; canister: Principal }
      • amount: bigint
      • canister: Principal

    Returns Promise<ResultSend>

wallet_store_wallet_wasm

  • wallet_store_wallet_wasm(arg_0: { wasm_module: number[] }): Promise<undefined>
  • Parameters

    • arg_0: { wasm_module: number[] }
      • wasm_module: number[]

    Returns Promise<undefined>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Method
  • Class
  • Class with type parameter
  • Enumeration