mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Added contract id to the instance create message (#19)
This commit is contained in:
@@ -10,6 +10,7 @@ namespace msg
|
||||
std::string id;
|
||||
std::string type;
|
||||
std::string pubkey;
|
||||
std::string contract_id;
|
||||
};
|
||||
|
||||
struct destroy_msg
|
||||
@@ -42,6 +43,7 @@ namespace msg
|
||||
constexpr const char *FLD_CONTENT = "content";
|
||||
constexpr const char *FLD_PUBKEY = "owner_pubkey";
|
||||
constexpr const char *FLD_CONTAINER_NAME = "container_name";
|
||||
constexpr const char *FLD_CONTRACT_ID = "contract_id";
|
||||
constexpr const char *FLD_ID = "id";
|
||||
|
||||
// Message types
|
||||
|
||||
Reference in New Issue
Block a user