interface TxInfoObject {
    callInfo?: ContractCallObject;
    gaInfo?: GAObject;
    txInfo?: string;
}

Properties

gaInfo?: GAObject
txInfo?: string