models

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2023 License: BSD-3-Clause Imports: 5 Imported by: 1

Documentation

Overview

Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.

Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.

Copyright (C) 2022, Ava Labs, Inc. All rights reserved. See the file LICENSE for licensing terms.

Index

Constants

View Source
const (
	SubnetEvm   = "Subnet-EVM"
	SpacesVM    = "SpacesVM"
	BlobVM      = "Blob VM"
	TimestampVM = "Timestamp VM"
	CustomVM    = "Custom"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AvagoCompatiblity added in v1.0.1

type AvagoCompatiblity map[string][]string

type Exportable added in v0.2.0

type Exportable struct {
	Sidecar Sidecar
	Genesis []byte
}

type Network

type Network int64
const (
	Undefined Network = iota
	Mainnet
	Fuji
	Local
)

func NetworkFromNetworkID added in v1.0.0

func NetworkFromNetworkID(networkID uint32) Network

func NetworkFromString

func NetworkFromString(s string) Network

func (Network) NetworkID added in v0.2.3

func (s Network) NetworkID() (uint32, error)

func (Network) String

func (s Network) String() string

type NetworkData added in v0.2.0

type NetworkData struct {
	SubnetID     ids.ID
	BlockchainID ids.ID
	RPCVersion   int
}

type Sidecar

type Sidecar struct {
	Name            string
	VM              VMType
	VMVersion       string
	RPCVersion      int
	Subnet          string
	TokenName       string
	ChainID         string
	Version         string
	Networks        map[string]NetworkData
	ImportedFromAPM bool
	ImportedVMID    string
}

func (Sidecar) GetVMID added in v1.1.0

func (sc Sidecar) GetVMID() (string, error)

type VMCompatibility added in v1.0.1

type VMCompatibility struct {
	RPCChainVMProtocolVersion map[string]int `json:"rpcChainVMProtocolVersion"`
}

type VMType added in v0.1.3

type VMType string

func VMTypeFromString added in v0.1.3

func VMTypeFromString(s string) VMType

func (VMType) RepoName added in v1.1.0

func (v VMType) RepoName() string

Jump to

Keyboard shortcuts

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