Arguments for the EstimateGas query.

interface CoreEstimateGasQuery {
    caller?: CallerAddress;
    propagate_failures?: boolean;
    tx: Transaction;
}

Properties

caller?: CallerAddress
propagate_failures?: boolean