interface IFinalGas {
    fee: IGasRate;
    msgs: EncodeObject[];
}

Properties

Properties

msgs: EncodeObject[]