MsgCreateDynamicStore
Proto Definition
message MsgCreateDynamicStore {
string creator = 1; // Address creating the dynamic store
bool defaultValue = 2; // Default boolean value for uninitialized addresses
string uri = 3; // Optional: URI for additional metadata or resources
string customData = 4; // Optional: Custom data field for arbitrary data
}
message MsgCreateDynamicStoreResponse {
string storeId = 1; // ID of the created dynamic store
}Usage Example
# CLI command
bitbadgeschaind tx badges create-dynamic-store [true|false] --from creator-keyJSON Examples
Metadata Fields
Last updated