Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 891 Bytes

File metadata and controls

28 lines (21 loc) · 891 Bytes

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]