Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Methods

getAddr

  • getAddr(arg_0: string, arg_1: string): Promise<[] | [string]>
  • Parameters

    • arg_0: string
    • arg_1: string

    Returns Promise<[] | [string]>

getCanister

  • getCanister(arg_0: string, arg_1: string): Promise<[] | [Principal]>
  • Parameters

    • arg_0: string
    • arg_1: string

    Returns Promise<[] | [Principal]>

getExtensionLimit

  • getExtensionLimit(): Promise<bigint>

getHost

  • getHost(arg_0: string): Promise<[] | [{ url: string } | { canister: Principal }]>
  • Parameters

    • arg_0: string

    Returns Promise<[] | [{ url: string } | { canister: Principal }]>

getInfo

  • getInfo(): Promise<Info>

getLengthLimit

  • getLengthLimit(): Promise<bigint>

getText

  • getText(arg_0: string, arg_1: string): Promise<[] | [string]>
  • Parameters

    • arg_0: string
    • arg_1: string

    Returns Promise<[] | [string]>

getUserDefaultInfo

setAddr

  • setAddr(arg_0: string, arg_1: string, arg_2: [] | [string]): Promise<Result>
  • Parameters

    • arg_0: string
    • arg_1: string
    • arg_2: [] | [string]

    Returns Promise<Result>

setCanister

  • setCanister(arg_0: string, arg_1: string, arg_2: [] | [Principal]): Promise<Result>
  • Parameters

    • arg_0: string
    • arg_1: string
    • arg_2: [] | [Principal]

    Returns Promise<Result>

setExtensionLimit

  • setExtensionLimit(arg_0: bigint): Promise<bigint>

setHost

  • setHost(arg_0: string, arg_1: [] | [{ url: string } | { canister: Principal }]): Promise<Result>
  • Parameters

    • arg_0: string
    • arg_1: [] | [{ url: string } | { canister: Principal }]

    Returns Promise<Result>

setLengthLimit

  • setLengthLimit(arg_0: bigint): Promise<bigint>
  • Parameters

    • arg_0: bigint

    Returns Promise<bigint>

setText

  • setText(arg_0: string, arg_1: string, arg_2: [] | [string]): Promise<Result>
  • Parameters

    • arg_0: string
    • arg_1: string
    • arg_2: [] | [string]

    Returns Promise<Result>

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