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 {}Usage Example
# CLI command
bitbadgeschaind tx badges set-incoming-approval [collection-id] '[approval-json]' --from user-keyBehavior
Authorization & Permissions
Related Messages
Last updated