interface NeonGasPrice {
    chainId: string;
    chainTokenPriceUsd: string;
    gasPrice: string;
    isConstGasPrice: boolean;
    minAcceptableGasPrice: string;
    minExecutableGasPrice: string;
    minWoChainIDAcceptableGasPrice: string;
    operatorFee: string;
    priorityFee: string;
    solanaCUPriorityFee: string;
    solanaSimpleCUPriorityFee: string;
    suggestedGasPrice: string;
    tokenName: string;
    tokenPriceUsd: string;
}

Properties

chainId: string
chainTokenPriceUsd: string
gasPrice: string
isConstGasPrice: boolean
minAcceptableGasPrice: string
minExecutableGasPrice: string
minWoChainIDAcceptableGasPrice: string
operatorFee: string
priorityFee: string
solanaCUPriorityFee: string
solanaSimpleCUPriorityFee: string
suggestedGasPrice: string
tokenName: string
tokenPriceUsd: string
MMNEPVFCICPMFPCPTTAAATR