changesets

package
v0.0.0-...-e7b6cb3 Latest Latest
Warning

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

Go to latest
Published: May 6, 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

type UpdateChainMetadataChangeset struct{}

UpdateChainMetadataChangeset updates existing chain metadata entries in the Catalog service.

func (UpdateChainMetadataChangeset) Apply

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

func (UpdateChainMetadataChangeset) VerifyPreconditions

VerifyPreconditions ensures the input is valid.

type UpdateChainMetadataChangesetInput

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

Jump to

Keyboard shortcuts

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