changesets

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateChainMetadataChangeset

type CreateChainMetadataChangeset struct{}

CreateChainMetadataChangeset creates chain metadata entries in the Catalog service.

func (CreateChainMetadataChangeset) Apply

Apply executes the changeset, adding the chain metadata to the Catalog service.

func (CreateChainMetadataChangeset) VerifyPreconditions

VerifyPreconditions ensures the input is valid.

type CreateChainMetadataChangesetInput

type CreateChainMetadataChangesetInput struct {
	ChainMetadata []cldfdatastore.ChainMetadata `json:"chainMetadata"`
}

type CreateContractMetadataChangeset

type CreateContractMetadataChangeset struct{}

CreateContractMetadataChangeset creates contract metadata entries in the Catalog service.

func (CreateContractMetadataChangeset) Apply

Apply executes the changeset, adding the contract metadata to the Catalog service.

func (CreateContractMetadataChangeset) VerifyPreconditions

VerifyPreconditions ensures the input is valid.

type CreateContractMetadataChangesetInput

type CreateContractMetadataChangesetInput struct {
	ContractMetadata []cldfdatastore.ContractMetadata `json:"contractMetadata"`
}

type UpdateChainMetadataChangeset added in v0.2.0

type UpdateChainMetadataChangeset struct{}

UpdateChainMetadataChangeset updates existing chain metadata entries in the Catalog service.

func (UpdateChainMetadataChangeset) Apply added in v0.2.0

Apply executes the changeset, updating the chain metadata in the Catalog service.

func (UpdateChainMetadataChangeset) VerifyPreconditions added in v0.2.0

VerifyPreconditions ensures the input is valid.

type UpdateChainMetadataChangesetInput added in v0.2.0

type UpdateChainMetadataChangesetInput struct {
	ChainMetadata []cldfdatastore.ChainMetadata `json:"chainMetadata"`
}

type UpdateContractMetadataChangeset added in v0.2.0

type UpdateContractMetadataChangeset struct{}

UpdateContractMetadataChangeset updates existing contract metadata entries in the Catalog service.

func (UpdateContractMetadataChangeset) Apply added in v0.2.0

Apply executes the changeset, updating the contract metadata in the Catalog service.

func (UpdateContractMetadataChangeset) VerifyPreconditions added in v0.2.0

VerifyPreconditions ensures the input is valid.

type UpdateContractMetadataChangesetInput added in v0.2.0

type UpdateContractMetadataChangesetInput struct {
	ContractMetadata []cldfdatastore.ContractMetadata `json:"contractMetadata"`
}

Jump to

Keyboard shortcuts

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