
io.neow3j.devpack.constants.WitnessRuleAction Maven / Gradle / Ivy
package io.neow3j.devpack.constants;
/**
* Indicates the action to be taken if the context meets with the rule.
*/
public class WitnessRuleAction {
/**
* Deny the witness according to the rule.
*/
public static final byte Deny = 0;
/**
* Allow the witness according to the rule.
*/
public static final byte Allow = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy