Type alias RemoveExternalPluginAdapterV1InstructionData

RemoveExternalPluginAdapterV1InstructionData: {
    discriminator: number;
    key: BaseExternalPluginAdapterKey;
}

Type declaration

Generated using TypeDoc