integration

package
v0.33.5 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CommandSendTransaction     = "cadence.server.flow.sendTransaction"
	CommandExecuteScript       = "cadence.server.flow.executeScript"
	CommandDeployContract      = "cadence.server.flow.deployContract"
	CommandCreateAccount       = "cadence.server.flow.createAccount"
	CommandSwitchActiveAccount = "cadence.server.flow.switchActiveAccount"
	CommandGetAccounts         = "cadence.server.flow.getAccounts"
	CommandReloadConfig        = "cadence.server.flow.reloadConfiguration"
)

Variables

View Source
var SignersRegexp = regexp.MustCompile(`[\w-]+`)

Functions

This section is empty.

Types

type Argument

type Argument struct {
	cadence.Value
}

func (Argument) MarshalJSON

func (a Argument) MarshalJSON() ([]byte, error)

type FlowIntegration

type FlowIntegration struct {
	// contains filtered or unexported fields
}

func NewFlowIntegration

func NewFlowIntegration(s *server.Server, enableFlowClient bool) (*FlowIntegration, error)

Jump to

Keyboard shortcuts

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