Discover Packages
github.com/fox-one/hodl
config
package
Version:
v0.0.0-...-5362a35
Opens a new window with list of versions in this module.
Published: Dec 11, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Group core .Group `json:"group,omitempty"`
System System `json:"system,omitempty"`
Dapp mixin.Keystore `json:"dapp,omitempty"`
MVM MVM `json:"mvm,omitempty"`
}
type MVM struct {
RPC string `json:"rpc,omitempty"`
ContractAddress string `json:"contract_address,omitempty"`
}
type System struct {
ProcessID string `json:"process_id,omitempty"`
GasAssetID string `json:"gas_asset_id,omitempty"`
GasAmount decimal .Decimal `json:"gas_amount,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.