Implements

Constructors

  • Parameters

    • jklQuery: TJackalQueryClient
    • hostQuery: THostQueryClient
    • jklSigner: null | TJackalSigningClient
    • hostSigner: null | THostSigningClient
    • jklAddress: string
    • hostAddress: string
    • jklChainId: string
    • hostChainId: string
    • proofWindow: number
    • selectedWallet: string
    • details: IWalletDetails
    • networks: TSockets[]
    • gasMultiplier: number

    Returns ClientHandler

Properties

gasMultiplier: number
hostAddress: string
hostChainId: string
hostQuery: THostQueryClient
hostSigner: null | THostSigningClient
jklAddress: string
jklChainId: string
jklQuery: TJackalQueryClient
jklSigner: null | TJackalSigningClient
myContractAddress: null | string
myCosmwasm: null | IWasmHandler
myIcaAddress: null | string
networks: TSockets[]
proofWindow: number
selectedWallet: string

Methods

  • Retrieve asymmetric keypair public key from chain for specified jkl address.

    Parameters

    • address: string

      Jkl address to check.

    Returns Promise<string>

    • Target address' public key as hex value.