Coda by Ian Macalinao
    Preparing search index...

    Type Alias WriteExternalPluginAdapterDataV1InstructionData

    type WriteExternalPluginAdapterDataV1InstructionData = {
        discriminator: number;
        writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1Args;
    }
    Index

    Properties

    discriminator: number
    writeExternalPluginAdapterDataV1Args: WriteExternalPluginAdapterDataV1Args

    The target adapter and the bytes to write, or None to clear it.