netmode

package
v0.94.1 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2021 License: MIT Imports: 1 Imported by: 5

Documentation

Overview

Package netmode contains well-known network magic numbers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Magic

type Magic uint32

Magic describes the network the blockchain will operate on.

const (
	// MainNet contains magic code used in the NEO main official network.
	MainNet Magic = 0x004f454e // 5195086
	// TestNet contains magic code used in the NEO testing network.
	TestNet Magic = 0x3154334e // 827601742
	// PrivNet contains magic code usually used for NEO private networks.
	PrivNet Magic = 56753 // docker privnet
	// UnitTestNet is a stub magic code used for testing purposes.
	UnitTestNet Magic = 42
)

func (Magic) String

func (n Magic) String() string

String implements the stringer interface.

Jump to

Keyboard shortcuts

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