MsgUpdateDynamicStore
Proto Definition
message MsgUpdateDynamicStore {
string creator = 1; // Address updating the store (must be creator)
string storeId = 2; // ID of dynamic store to update
bool defaultValue = 3; // New default value for uninitialized addresses
bool globalEnabled = 4; // Global kill switch. When false, all approvals using this store fail immediately
string uri = 5; // Optional: URI for additional metadata or resources
string customData = 6; // Optional: Custom data field for arbitrary data
}
message MsgUpdateDynamicStoreResponse {}Usage Example
# CLI command
bitbadgeschaind tx tokenization update-dynamic-store [store-id] [default-value] [global-enabled] --from creator-keyJSON Examples
Global Kill Switch
Metadata Fields
Last updated