UNPKG

@cyberk/hyperion-sdk

Version:

Hyperion SDK from Cyberk

15 lines (14 loc) 609 B
import { JsonObject } from "@cosmjs/cosmwasm-stargate"; import { Coin } from "@titanlabjs/titan-types/types"; export declare const buildSampleMessage: () => { mint: { chain: string; recipient: string; amount: string; }; }; export declare const buildExecuteContractMsg: (contractAddress: string, msg: JsonObject, signerAddress: string, funds: Coin[]) => { typeUrl: string; value: import("@titanlabjs/titan-types/cosmwasm/wasm/v1/tx").MsgExecuteContract; }; export declare const buildSampleSignDoc: (signerAddress: string) => Promise<import("@cosmjs/amino").StdSignDoc>;