Type alias FxToken

FxToken: TokenInfo & {
    price: ethers.BigNumber;
    symbol: FxTokenSymbol;
}

Type declaration

Generated using TypeDoc