Coda by Ian Macalinao
    Preparing search index...

    An entry in PluginRegistryV1 describing one internal plugin and where its data lives in the account.

    type RegistryRecord = {
        authority: Authority;
        offset: bigint;
        pluginType: PluginType;
    }
    Index

    Properties

    authority: Authority

    The authority currently allowed to manage the plugin.

    offset: bigint

    The byte offset, within the plugin registry, at which this plugin's data begins.

    pluginType: PluginType

    The type of the internal plugin this record describes.