types

package
v0.0.33 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2021 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Contract

type Contract struct {
	ContractName string      `json:"contractName"`
	ABI          interface{} `json:"abi"`
	Bytecode     string      `json:"bytecode"`
}

type Member

type Member struct {
	ID                      string `json:"id,omitempty"`
	Index                   *int   `json:"index,omitempty"`
	Address                 string `json:"address,omitempty"`
	PrivateKey              string `json:"privateKey,omitempty"`
	ExposedFireflyPort      int    `json:"exposedFireflyPort,omitempty"`
	ExposedFireflyAdminPort int    `json:"exposedFireflyAdminPort,omitempty"`
	ExposedEthconnectPort   int    `json:"exposedEthconnectPort,omitempty"`
	ExposedPostgresPort     int    `json:"exposedPostgresPort,omitempty"`
	ExposedDataexchangePort int    `json:"exposedDataexchangePort,omitempty"`
	ExposedIPFSApiPort      int    `json:"exposedIPFSApiPort,omitempty"`
	ExposedIPFSGWPort       int    `json:"exposedIPFSGWPort,omitempty"`
	ExposedUIPort           int    `json:"exposedUiPort,omitempty"`
	ExposedTokensPort       int    `json:"exposedTokensPort,omitempty"`
	External                bool   `json:"external,omitempty"`
	OrgName                 string `json:"orgName,omitempty"`
	NodeName                string `json:"nodeName,omitempty"`
}

type Stack

type Stack struct {
	Name                  string    `json:"name,omitempty"`
	Members               []*Member `json:"members,omitempty"`
	SwarmKey              string    `json:"swarmKey,omitempty"`
	ExposedBlockchainPort int       `json:"exposedGethPort,omitempty"`
	Database              string    `json:"database"`
	BlockchainProvider    string    `json:"blockchainProvider"`
	TokensProvider        string    `json:"tokensProvider"`
}

Jump to

Keyboard shortcuts

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