Module solana_exchange_program::exchange_state[][src]

Structs

Trade accounts are populated with this structure

Token accounts are populated with this structure

Enums

Type of exchange account, account’s user data is populated with this enum

side of the exchange between two tokens in a pair

Supported token types

Constants

Fixed-point scaler, 10 = one base 10 digit to the right of the decimal, 100 = 2, … Used by both price and amount in their fixed point representation

Functions