Crate provwasm_std
source ·Re-exports
pub use types::AccessGrant;
Deprecatedpub use types::Attribute;
Deprecatedpub use types::AttributeValueType;
Deprecatedpub use types::Attributes;
Deprecatedpub use types::Marker;
Deprecatedpub use types::MarkerAccess;
Deprecatedpub use types::MarkerStatus;
Deprecatedpub use types::MarkerType;
Deprecatedpub use types::Name;
Deprecatedpub use types::NameBinding;
Deprecatedpub use types::Names;
Deprecatedpub use types::Party;
Deprecatedpub use types::PartyType;
Deprecatedpub use types::Process;
Deprecatedpub use types::ProcessId;
Deprecatedpub use types::ProvenanceRoute;
Deprecatedpub use types::Record;
Deprecatedpub use types::RecordInput;
Deprecatedpub use types::RecordInputSource;
Deprecatedpub use types::RecordInputStatus;
Deprecatedpub use types::RecordOutput;
Deprecatedpub use types::Records;
Deprecatedpub use types::ResultStatus;
Deprecatedpub use types::Scope;
Deprecatedpub use types::Session;
Deprecatedpub use types::Sessions;
Deprecated
Modules
Structs
- ProvenanceMsgDeprecatedRepresents a request to encode custom provenance messages.
- ProvenanceQuerierDeprecatedA type for simplifying provenance custom queries.
- ProvenanceQueryDeprecatedRepresents a request to query a custom provenance module.
Enums
- AttributeMsgParamsDeprecatedInput params for creating attribute module messages.
- AttributeQueryParamsDeprecatedParams for attribute queries.
- MarkerMsgParamsDeprecatedInput params for creating marker module messages.
- MarkerQueryParamsDeprecatedParams for marker queries.
- MetadataMsgParamsDeprecatedInput params for creating marker module messages.
- MetadataQueryParamsDeprecatedParams for metadata queries
- MsgFeesMsgParamsDeprecatedInput params for creating msgfee module messages.
- NameMsgParamsDeprecatedInput params for creating name module messages.
- NameQueryParamsDeprecatedParams for name queries.
- ProvenanceMsgParamsDeprecatedInput params for custom provenance message encoders.
- ProvenanceQueryParamsDeprecatedInput params for custom provenance queriers.
Constants
- The version (commit hash) of the Cosmos SDK used when generating this library.
Functions
- activate_markerDeprecatedCreate a message that will activate a finalized marker.
- add_attributeDeprecatedCreate a message that will add an attribute (a typed key-value pair) to an account.
- add_json_attributeDeprecatedCreate 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.
- assess_custom_feeDeprecatedCreate a message that will assess a custom fee
- bind_nameDeprecatedCreate a message that will bind a name to an address.
- burn_marker_supplyDeprecatedCreate a message that will burn marker coins.
- cancel_markerDeprecatedCreate a message that will cancel a marker.
- create_forced_transfer_markerDeprecatedCreate a message that will propose a new restricted marker that allows forced transfers.
- create_markerDeprecatedCreate a message that will propose a new marker with a given type.
- delete_attributesDeprecatedCreate a message that will remove all attributes with the given name from an account.
- delete_distinct_attributeDeprecatedCreate a message that will delete a distinct attribute with the given name and value from an account.
- destroy_markerDeprecatedCreate a message that will destroy a marker.
- finalize_markerDeprecatedCreate a message that will finalize a proposed marker.
- grant_marker_accessDeprecatedCreate a message that will grant permissions on a marker.
- mint_marker_supplyDeprecatedCreate a message that will mint marker coins.
- revoke_marker_accessDeprecatedCreate a message that will revoke marker permissions.
- transfer_marker_coinsDeprecatedCreate a message that will transfer a marker amount from one account to another.
- unbind_nameDeprecatedCreate a message that will un-bind a name from an address.
- update_attributeDeprecatedCreate a message that will update an attribute (a typed key-value pair) on an account.
- withdraw_coinsDeprecatedCreate a message that will withdraw coins from a marker account to a recipient account.
- write_scopeDeprecatedCreate a message that will create, or update, a scope.