Crate provwasm_std

source ·

Re-exports

Modules

Structs

  • ProvenanceMsgDeprecated
    Represents a request to encode custom provenance messages.
  • A type for simplifying provenance custom queries.
  • ProvenanceQueryDeprecated
    Represents a request to query a custom provenance module.

Enums

Constants

  • The version (commit hash) of the Cosmos SDK used when generating this library.

Functions

  • activate_markerDeprecated
    Create a message that will activate a finalized marker.
  • add_attributeDeprecated
    Create a message that will add an attribute (a typed key-value pair) to an account.
  • Create a message that will add a JSON attribute to an account. Serializable types can be passed into this function, but it’s up to the user to handle StdResult error case.
  • Create a message that will assess a custom fee
  • bind_nameDeprecated
    Create a message that will bind a name to an address.
  • Create a message that will burn marker coins.
  • cancel_markerDeprecated
    Create a message that will cancel a marker.
  • Create a message that will propose a new restricted marker that allows forced transfers.
  • create_markerDeprecated
    Create a message that will propose a new marker with a given type.
  • Create a message that will remove all attributes with the given name from an account.
  • Create a message that will delete a distinct attribute with the given name and value from an account.
  • destroy_markerDeprecated
    Create a message that will destroy a marker.
  • finalize_markerDeprecated
    Create a message that will finalize a proposed marker.
  • Create a message that will grant permissions on a marker.
  • Create a message that will mint marker coins.
  • Create a message that will revoke marker permissions.
  • Create a message that will transfer a marker amount from one account to another.
  • unbind_nameDeprecated
    Create a message that will un-bind a name from an address.
  • Create a message that will update an attribute (a typed key-value pair) on an account.
  • withdraw_coinsDeprecated
    Create a message that will withdraw coins from a marker account to a recipient account.
  • write_scopeDeprecated
    Create a message that will create, or update, a scope.