MsgSetIncomingApproval
Overview
Proto Definition
message MsgSetIncomingApproval {
string creator = 1; // User setting the approval
string collectionId = 2; // Target collection for approval
UserIncomingApproval approval = 3; // The incoming approval to set
}
message MsgSetIncomingApprovalResponse {
string action = 1; // "created" or "edited"
string version = 2; // The new version of the approval
repeated string reviewItems = 3; // Advisory review items about the transaction
}Response
Usage Example
Behavior
Authorization & Permissions
Related Messages
Last updated