Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

EventKind

EventKind: { CyclesReceived: { amount: bigint; from: Principal } } | { CanisterCreated: { canister: Principal; cycles: bigint } } | { CanisterCalled: { canister: Principal; cycles: bigint; method_name: string } } | { CyclesSent: { amount: bigint; refund: bigint; to: Principal } } | { AddressRemoved: { id: Principal } } | { WalletDeployed: { canister: Principal } } | { AddressAdded: { id: Principal; name: [] | [string]; role: Role } }

Kind

Kind: { User: null } | { Canister: null } | { Unknown: null }

ResultCall

ResultCall: { Ok: { return: number[] } } | { Err: string }

ResultCreate

ResultCreate: { Ok: { canister_id: Principal } } | { Err: string }

ResultSend

ResultSend: { Ok: null } | { Err: string }

Role

Role: { Custodian: null } | { Contact: null } | { Controller: null }

Legend

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