config

package
v1.9.0-rc.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2022 License: BSD-3-Clause Imports: 1 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	TxFees

	// Time of the Blueberry network upgrade
	BlueberryTime time.Time
}

Struct collecting all foundational parameters of AVM

func (*Config) IsBlueberryActivated

func (c *Config) IsBlueberryActivated(timestamp time.Time) bool

type TxFees

type TxFees struct {
	Base        uint64 `json:"base"`
	CreateAsset uint64 `json:"createAsset"`
	Operation   uint64 `json:"operation"`
	Import      uint64 `json:"import"`
	Export      uint64 `json:"export"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL