Type Alias GetGPPaymentCostInvertParams

GetGPPaymentCostInvertParams: {
    chainId: number;
    symbol: string;
    value: string;
}