interface CWSimulateAppOptions {
    backendApi?: IBackendApi;
    bech32Prefix: string;
    chainId: string;
    debug?: DebugFunction;
    gasLimit?: number;
    handleCustomMsg?: HandleCustomMsgFunction;
    kvIterStorageRegistry?: KVIterStorageRegistry;
    metering?: boolean;
}

Properties

backendApi?: IBackendApi
bech32Prefix: string
chainId: string
gasLimit?: number
handleCustomMsg?: HandleCustomMsgFunction
kvIterStorageRegistry?: KVIterStorageRegistry
metering?: boolean

Generated using TypeDoc