stellarsetconfig

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var OpStellarSetConfigMCM = operations.NewOperation(
	"op-stellar-set-config-mcms",
	&semvers.V1_0_0,
	"Sets MCMS config on a Stellar contract",
	setStellarMCMConfig,
)

Functions

func Registration

func Registration() setconfig.Registration

Types

type MCMSetConfigTarget

type MCMSetConfigTarget struct {
	Address      string           `json:"address"`
	Config       mcmstypes.Config `json:"config"`
	ContractType string           `json:"contractType"`
}

type OpStellarSetConfigInput

type OpStellarSetConfigInput struct {
	Target MCMSetConfigTarget `json:"target"`
	NoSend bool               `json:"noSend"`
}

type OpStellarSetConfigOutput

type OpStellarSetConfigOutput struct {
	BatchOperation *mcmstypes.BatchOperation `json:"batchOperation,omitempty"`
}

Jump to

Keyboard shortcuts

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