Coda by Ian Macalinao
    Preparing search index...

    Interface SetPreferredValidatorInstructionDataArgs

    interface SetPreferredValidatorInstructionDataArgs {
        validatorType: PreferredValidatorType;
        validatorVoteAddress: OptionOrNullable<Address>;
    }
    Index

    Properties

    validatorType: PreferredValidatorType
    validatorVoteAddress: OptionOrNullable<Address>