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 ¶ added in v0.8.0
type SolanaConfig ¶ added in v0.8.0
type TextileConfig ¶ added in v0.8.0
type TextileConfig struct {
VaultID string `json:"vaultID"`
}
Click to show internal directories.
Click to hide internal directories.