Coda by Ian Macalinao
    Preparing search index...

    Type Alias QuarryMintWrapperPluginAccounts

    type QuarryMintWrapperPluginAccounts = {
        minter: ReturnType<typeof getMinterCodec> & SelfFetchFunctions<
            MinterArgs,
            Minter,
        >;
        mintWrapper: ReturnType<typeof getMintWrapperCodec> & SelfFetchFunctions<
            MintWrapperArgs,
            MintWrapper,
        >;
    }
    Index
    minter: ReturnType<typeof getMinterCodec> & SelfFetchFunctions<
        MinterArgs,
        Minter,
    >
    mintWrapper: ReturnType<typeof getMintWrapperCodec> & SelfFetchFunctions<
        MintWrapperArgs,
        MintWrapper,
    >