Documentation ¶
Index ¶
- Constants
- func AddContractSpecToScopeSpecCmd() *cobra.Command
- func AddRemoveScopeDataAccessCmd() *cobra.Command
- func AddRemoveScopeOwnersCmd() *cobra.Command
- func BindOsLocatorCmd() *cobra.Command
- func GetAccountDataCmd() *cobra.Command
- func GetCmdAddNetAssetValues() *cobra.Command
- func GetCmdNetAssetValuesQuery() *cobra.Command
- func GetMetadataByIDCmd() *cobra.Command
- func GetMetadataContractSpecCmd() *cobra.Command
- func GetMetadataGetAllCmd() *cobra.Command
- func GetMetadataParamsCmd() *cobra.Command
- func GetMetadataRecordCmd() *cobra.Command
- func GetMetadataRecordSpecCmd() *cobra.Command
- func GetMetadataScopeCmd() *cobra.Command
- func GetMetadataScopeSpecCmd() *cobra.Command
- func GetMetadataSessionCmd() *cobra.Command
- func GetOSLocatorCmd() *cobra.Command
- func GetOwnershipCmd() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetValueOwnershipCmd() *cobra.Command
- func MigrateValueOwnerCmd() *cobra.Command
- func ModifyOsLocatorCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
- func ParseNetAssetValueString(netAssetValuesString string) ([]types.NetAssetValue, error)
- func RemoveContractSpecFromScopeSpecCmd() *cobra.Command
- func RemoveContractSpecificationCmd() *cobra.Command
- func RemoveOsLocatorCmd() *cobra.Command
- func RemoveRecordCmd() *cobra.Command
- func RemoveRecordSpecificationCmd() *cobra.Command
- func RemoveScopeCmd() *cobra.Command
- func RemoveScopeSpecificationCmd() *cobra.Command
- func SetAccountDataCmd() *cobra.Command
- func UpdateValueOwnersCmd() *cobra.Command
- func WriteContractSpecificationCmd() *cobra.Command
- func WriteRecordCmd() *cobra.Command
- func WriteRecordSpecificationCmd() *cobra.Command
- func WriteScopeCmd() *cobra.Command
- func WriteScopeSpecificationCmd() *cobra.Command
- func WriteSessionCmd() *cobra.Command
Constants ¶
const ( FlagSigners = "signers" FlagRequirePartyRollup = "require-party-rollup" AddSwitch = "add" RemoveSwitch = "remove" FlagUsdMills = "usd-mills" )
Variables ¶
This section is empty.
Functions ¶
func AddContractSpecToScopeSpecCmd ¶ added in v1.5.0
AddContractSpecToScopeSpecCmd creates an add contract spec to scope spec command
func AddRemoveScopeDataAccessCmd ¶ added in v1.3.0
AddRemoveScopeDataAccessCmd creates a command for either adding or removing an address from a scope's data access list.
func AddRemoveScopeOwnersCmd ¶ added in v1.3.0
AddRemoveScopeOwnersCmd creates a command for either adding or removing scope owners.
func BindOsLocatorCmd ¶ added in v1.0.0
BindOsLocatorCmd creates a command for binding an owner to uri in the object store.
func GetAccountDataCmd ¶ added in v1.16.0
GetAccountDataCmd is the CLI command for querying account data for metadata.
func GetCmdAddNetAssetValues ¶ added in v1.18.0
GetCmdAddNetAssetValues returns a CLI command for adding/updating scopes net asset values.
func GetCmdNetAssetValuesQuery ¶ added in v1.18.0
GetCmdNetAssetValuesQuery is the CLI command for querying a scope's net asset values.
func GetMetadataByIDCmd ¶ added in v0.2.1
GetMetadataByIDCmd returns the command handler for querying metadata for anything from an id.
func GetMetadataContractSpecCmd ¶ added in v0.2.1
GetMetadataContractSpecCmd returns the command handler for metadata contract specification querying.
func GetMetadataGetAllCmd ¶ added in v1.0.0
GetMetadataGetAllCmd returns the command handler for querying metadata for all entries of a type.
func GetMetadataParamsCmd ¶
GetMetadataParamsCmd returns the command handler for metadata parameter querying.
func GetMetadataRecordCmd ¶ added in v0.2.1
GetMetadataRecordCmd returns the command handler for metadata record querying.
func GetMetadataRecordSpecCmd ¶ added in v0.2.1
GetMetadataRecordSpecCmd returns the command handler for metadata record specification querying.
func GetMetadataScopeCmd ¶
GetMetadataScopeCmd returns the command handler for metadata scope querying.
func GetMetadataScopeSpecCmd ¶ added in v0.2.1
GetMetadataScopeSpecCmd returns the command handler for metadata scope specification querying.
func GetMetadataSessionCmd ¶ added in v0.2.1
GetMetadataSessionCmd returns the command handler for metadata session querying.
func GetOSLocatorCmd ¶ added in v0.3.0
GetOSLocatorCmd returns the command handler for metadata object store locator querying.
func GetOwnershipCmd ¶ added in v0.2.1
GetOwnershipCmd returns the command handler for metadata entry querying by owner address
func GetQueryCmd ¶
GetQueryCmd returns the top-level command for marker CLI queries.
func GetValueOwnershipCmd ¶ added in v0.2.1
GetValueOwnershipCmd returns the command handler for metadata scope querying by owner address
func MigrateValueOwnerCmd ¶ added in v1.16.0
MigrateValueOwnerCmd creates a command for migrating the scopes of one value owner to another.
func ModifyOsLocatorCmd ¶ added in v0.3.0
ModifyOsLocatorCmd creates a command to modify the object store locator uri for an owner.
func ParseNetAssetValueString ¶ added in v1.18.0
func ParseNetAssetValueString(netAssetValuesString string) ([]types.NetAssetValue, error)
ParseNetAssetValueString splits string (example 1hotdog,2jackthecat) to list of NetAssetValue's
func RemoveContractSpecFromScopeSpecCmd ¶ added in v1.5.0
RemoveContractSpecFromScopeSpecCmd removes a contract spec from scope spec command
func RemoveContractSpecificationCmd ¶ added in v1.0.0
RemoveContractSpecificationCmd creates a command to remove a contract specification
func RemoveOsLocatorCmd ¶ added in v0.3.0
RemoveOsLocatorCmd creates a command for removing an object store locator entry.
func RemoveRecordCmd ¶ added in v1.0.0
RemoveRecordCmd creates a command to remove a contract specification
func RemoveRecordSpecificationCmd ¶ added in v1.0.0
RemoveRecordSpecificationCmd creates a command to remove a record specification
func RemoveScopeCmd ¶ added in v1.0.0
RemoveScopeCmd creates a command for removing a scope.
func RemoveScopeSpecificationCmd ¶ added in v1.0.0
RemoveScopeSpecificationCmd creates a command to remove scope specification
func SetAccountDataCmd ¶ added in v1.16.0
SetAccountDataCmd creates a command for setting account data for a metadata address.
func UpdateValueOwnersCmd ¶ added in v1.16.0
UpdateValueOwnersCmd creates a command for updating the value owner of one or more scopes.
func WriteContractSpecificationCmd ¶ added in v1.0.0
WriteContractSpecificationCmd creates a command to add/update contract specifications
func WriteRecordCmd ¶ added in v1.0.0
WriteRecordCmd creates a command to add/update records
func WriteRecordSpecificationCmd ¶ added in v1.0.0
WriteRecordSpecificationCmd creates a command for writing a record specification.
func WriteScopeCmd ¶ added in v1.0.0
WriteScopeCmd creates a command for adding or updating a metadata scope.
func WriteScopeSpecificationCmd ¶ added in v1.0.0
WriteScopeSpecificationCmd creates a command for adding scope specificiation
func WriteSessionCmd ¶ added in v1.3.0
WriteSessionCmd creates a command for writing a session.
Types ¶
This section is empty.