@exodus/asset-sources
Version: 0.0.0
Interfaces
Functions
Type Aliases
Variables
AssetSources
interface
Methods
getDefaultPurpose
getDefaultPurpose(__namedParameters: AssetSource): Promise
Parameters:
__namedParameters: AssetSource
Returns:
PromisegetSupportedPurposes
getSupportedPurposes(__namedParameters: AssetSource): Promise
Parameters:
__namedParameters: AssetSource
Returns:
PromiseisSupported
isSupported(__namedParameters: AssetSource): Promise
Parameters:
__namedParameters: AssetSource
Returns:
PromiseassetSources
function
Signature
assetSources(walletConfig: AssetSourcesConfig): any
Parameters:
walletConfig: AssetSourcesConfig
Returns:
anyAssetSources
interface
Properties
getDefaultPurpose
any
getSupportedPurposes
any
isSupported
any
assetSources
variable
Type
const assetSources: (walletConfig: AssetSourcesConfig) => { ... }Signature
__type(walletConfig?: AssetSourcesConfig): any
Parameters:
walletConfig (optional): AssetSourcesConfig
Returns:
anyProperties
definitions
any
id
"assetSources"
Asset
type
Properties
baseAsset
baseAssetName
string
combinedAssetNames?
string[]
isCombined
boolean
name
string
Assets
type
AssetSource
type
Properties
assetName
string
walletAccount
string
AvailableAssetNamesByWalletAccount
type
Port
type
Methods
emit
emit(event: string, value: T): void
Parameters:
event: string
value: T
Returns:
voidWalletAccounts
type
Asset
type
Properties
baseAsset
baseAssetName
string
combinedAssetNames?
string[]
isCombined
boolean
name
string
Assets
type
AssetSource
type
Properties
assetName
string
walletAccount
string
AvailableAssetNamesByWalletAccount
type
Port
type
Methods
emit
emit(event: string, value: T): void
Parameters:
event: string
value: T
Returns:
voidWalletAccounts
type
