Coda by Ian Macalinao
    Preparing search index...
    type MplTokenAuthRulesPluginInstructions = {
        createOrUpdate: (
            input: MakeOptional<CreateOrUpdateAsyncInput, "payer">,
        ) => ReturnType<typeof getCreateOrUpdateInstructionAsync> & SelfPlanAndSendFunctions;
        puffRuleSet: (
            input: MakeOptional<PuffRuleSetInput, "payer">,
        ) => ReturnType<typeof getPuffRuleSetInstruction> & SelfPlanAndSendFunctions;
        validate: (
            input: ValidateInput,
        ) => ReturnType<typeof getValidateInstruction> & SelfPlanAndSendFunctions;
        writeToBuffer: (
            input: MakeOptional<WriteToBufferAsyncInput, "payer">,
        ) => ReturnType<typeof getWriteToBufferInstructionAsync> & SelfPlanAndSendFunctions;
    }
    Index

    Properties

    createOrUpdate: (
        input: MakeOptional<CreateOrUpdateAsyncInput, "payer">,
    ) => ReturnType<typeof getCreateOrUpdateInstructionAsync> & SelfPlanAndSendFunctions
    puffRuleSet: (
        input: MakeOptional<PuffRuleSetInput, "payer">,
    ) => ReturnType<typeof getPuffRuleSetInstruction> & SelfPlanAndSendFunctions
    validate: (
        input: ValidateInput,
    ) => ReturnType<typeof getValidateInstruction> & SelfPlanAndSendFunctions
    writeToBuffer: (
        input: MakeOptional<WriteToBufferAsyncInput, "payer">,
    ) => ReturnType<typeof getWriteToBufferInstructionAsync> & SelfPlanAndSendFunctions