Coda by Ian Macalinao
    Preparing search index...

    Type Alias RevokePluginAuthorityV1InstructionData

    type RevokePluginAuthorityV1InstructionData = {
        discriminator: number;
        revokePluginAuthorityV1Args: RevokePluginAuthorityV1Args;
    }
    Index

    Properties

    discriminator: number
    revokePluginAuthorityV1Args: RevokePluginAuthorityV1Args

    The type of plugin whose authority should be revoked.