Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Type Type `json:"type"`
Ethereum EthereumConfig `json:"ethereum"`
Solana SolanaConfig `json:"solana"`
Textile TextileConfig `json:"textile"`
}
type EthereumConfig ¶
type SolanaConfig ¶
type TextileConfig ¶
type TextileConfig struct {
VaultID string `json:"vaultID"`
}
Click to show internal directories.
Click to hide internal directories.