Interface PackDataParams

interface PackDataParams {
    data: MichelsonV1Expression;
    gas?: BigNumber;
    type: MichelsonV1Expression;
}

Properties

Properties

gas?: BigNumber

Generated using TypeDoc