package
0.0.0-20250213080715-e03b4921b52d
Repository: https://github.com/0xsoniclabs/norma.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
Package monitoring is a generated GoMock package.
Package network is a generated GoMock package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package rpc is a generated GoMock package.

# Functions

NewMockApplication creates a new mock instance.
NewMockNetwork creates a new mock instance.
NewMockNetworkListener creates a new mock instance.
NewMockNode creates a new mock instance.

# Constants

DefaultClientDockerImageName is the name of the docker image to use for clients.

# Structs

No description provided by the author
MockApplication is a mock of Application interface.
MockApplicationMockRecorder is the mock recorder for MockApplication.
MockNetwork is a mock of Network interface.
MockNetworkListener is a mock of NetworkListener interface.
MockNetworkListenerMockRecorder is the mock recorder for MockNetworkListener.
MockNetworkMockRecorder is the mock recorder for MockNetwork.
MockNode is a mock of Node interface.
MockNodeMockRecorder is the mock recorder for MockNode.
NetworkConfig is a collection of network parameters to be used by factories creating network instances.
No description provided by the author

# Interfaces

Application is an abstraction of an application running on a Norma net.
Network abstracts an execution environment for running scenarios.
NetworkListener can be registered to networks to get callbacks whenever there are changes in the network.
Node is controlling a single node in a Norma network.

# Type aliases

NodeID is a unique ID identifying each node.
URL is a mere alias type for a string supposed to encode a URL.