Raindex SDK Documentation
    Preparing search index...

    Class RaindexVaultToken

    Token metadata associated with a vault in the Raindex system.

    Contains comprehensive information about the ERC20 token held within a vault, including contract address, human-readable identifiers, and decimal precision. Some fields may be optional as they depend on the token's implementation and whether the metadata has been successfully retrieved from the blockchain.

    Index

    Properties

    address: `0x${string}`
    chainId: number
    decimals: number
    id: string
    name: undefined | string
    symbol: undefined | string

    Methods

    • Returns void