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