Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new MirrorCommunity(options: Partial<{ codeID: number; contractAddress: string; key: Key; lcd: LCDClient }>): MirrorCommunity

Properties

Optional codeID

codeID: undefined | number

Optional contractAddress

contractAddress: undefined | string

key

key: Key

Optional lcd

lcd: undefined | LCDClient

Accessors

wallet

  • get wallet(): Wallet

Methods

getConfig

init

  • init(init_msg: InitMsg, migratable: boolean): MsgInstantiateContract

spend

  • spend(recipient: string, amount: Value): MsgExecuteContract

updateConfig

  • updateConfig(config: { owner?: undefined | string; spend_limit?: undefined | string }): MsgExecuteContract
  • Parameters

    • config: { owner?: undefined | string; spend_limit?: undefined | string }
      • Optional owner?: undefined | string
      • Optional spend_limit?: undefined | string

    Returns MsgExecuteContract