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 OpStellarSetConfigInput ¶
type OpStellarSetConfigInput struct {
Target MCMSetConfigTarget `json:"target"`
NoSend bool `json:"noSend"`
}
type OpStellarSetConfigOutput ¶
type OpStellarSetConfigOutput struct {
BatchOperation *mcmstypes.BatchOperation `json:"batchOperation,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.