Type Alias GetGPPaymentCostParams

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