interface TxUnpackedGaMetaTxAuthData1 {
    fee: string;
    gasPrice: string;
    tag: GaMetaTxAuthData;
    txHash: `th_${string}`;
    version: 1;
}

Hierarchy (view full)

Properties

fee: string = coinAmount
gasPrice: string
tag: GaMetaTxAuthData = ...
txHash: `th_${string}` = ...
version: 1 = ...

Generated using TypeDoc