"Relevant" means that it's connected. NOTE: Currently, the relevancy is used to create a caching logic on the SDK-Redux layer.

interface RelevantAddresses {
    accounts: string[];
    tokens: string[];
}

Properties

Properties

accounts: string[]
tokens: string[]

Generated using TypeDoc