interface ContractTxBaseGas {
    abiVersion: number;
    txBaseGas: number;
    txType: string;
}

Properties

abiVersion: number

ABI version this base gas applies to

txBaseGas: number

Base fee gas of this transaction type with this ABI version

txType: string

Transaction type