MarketPriceNativeToken

interface MarketPriceNativeToken {
    type: Native;
    symbol: null | string;
}

Properties

Properties

type: Native

Token type user is offering, which in this case is the native IMX token

MarketPriceNativeToken

symbol: null | string

The symbol of token

MarketPriceNativeToken