Hierarchy (view full)

Implements

Constructors

Properties

hostAddress: string
hostSigner: THostSigningClient
jackalClient: IClientHandler
jackalSigner: TJackalSigningClient
jklAddress: string
proofInterval: number

Methods

  • Instantiate an outpost contract.

    Parameters

    • contractAddress: string
    • connectionIdA: string
    • connectionIdB: string

    Returns Promise<DeliverTxResponse>

  • Parameters

    • contractAddress: string
    • connectionIdA: string
    • connectionIdB: string

    Returns Promise<DeliverTxResponse>

  • Prep DEncodeObject array for processing by Interchain Accounts.

    Parameters

    • contract: string

      Target contract.

    • msgs: EncodeObject[]

      Array of messages.

    Returns EncodeObject[]

    • Processed array of wrapped messages.