Coda by Ian Macalinao
    Preparing search index...

    Interface QuarryRegistryPluginAccounts

    interface QuarryRegistryPluginAccounts {
        registry: Codec<RegistryArgs, Registry> & SelfFetchFunctions<
            RegistryArgs,
            Registry,
        >;
    }
    Index

    Properties

    Properties

    registry: Codec<RegistryArgs, Registry> & SelfFetchFunctions<
        RegistryArgs,
        Registry,
    >