Coda by Ian Macalinao
    Preparing search index...

    Type Alias ParsedMplTokenAuthRulesInstruction<TProgram>

    ParsedMplTokenAuthRulesInstruction:
        | {
            instructionType: typeof MplTokenAuthRulesInstruction.CreateOrUpdate;
        } & ParsedCreateOrUpdateInstruction<TProgram>
        | { instructionType: typeof MplTokenAuthRulesInstruction.Validate } & ParsedValidateInstruction<
            TProgram,
        >
        | { instructionType: typeof MplTokenAuthRulesInstruction.WriteToBuffer } & ParsedWriteToBufferInstruction<
            TProgram,
        >
        | { instructionType: typeof MplTokenAuthRulesInstruction.PuffRuleSet } & ParsedPuffRuleSetInstruction<
            TProgram,
        >

    Type Parameters

    • TProgram extends string = "auth9SigNpDKz4sJJ1DfCTuZrZNSAgh9sFD3rboVmgg"