InstructionValidationRuleOneOf2 Properties Name Type Description Notes max number [optional] [default to undefined] min number [optional] [default to undefined] mintAllowlist Array<string> [optional] [default to undefined] recipientAllowlist Array<string> [optional] [default to undefined] rule string [default to undefined] Example import { InstructionValidationRuleOneOf2 } from '@phantom/openapi-wallet-service'; const instance: InstructionValidationRuleOneOf2 = { max, min, mintAllowlist, recipientAllowlist, rule, }; [Back to Model list] [Back to API list] [Back to README]