AcceptedMessagesFilter accept only the specific raw contract messages to be executed. Since: wasmd 0.30

interface AcceptedMessagesFilterAmino {
    messages?: any[];
}

Properties

Properties

messages?: any[]

Messages is the list of raw contract messages