NativeItem

interface NativeItem {
    type: NativeItemTypeEnum;
    amount: string;
}

Properties

Properties

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

NativeItem

amount: string

A string representing the price at which the user is willing to sell the token. This value is provided in the smallest unit of the token (e.g., wei for Ethereum).

NativeItem