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
repeated string reviewItems = 2; // Advisory review items about the transaction
}Response
Usage Example
JSON Examples
Metadata Fields
Last updated