MsgSetOutgoingApproval
Overview
Proto Definition
message MsgSetOutgoingApproval {
string creator = 1; // User setting the approval
string collectionId = 2; // Target collection for approval
UserOutgoingApproval approval = 3; // The outgoing approval to set
}
message MsgSetOutgoingApprovalResponse {
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