Coda by Ian Macalinao
    Preparing search index...

    Type Alias BubblegumPluginAccounts

    type BubblegumPluginAccounts = {
        treeConfig: ReturnType<typeof getTreeConfigCodec> & SelfFetchFunctions<
            TreeConfigArgs,
            TreeConfig,
        >;
        voucher: ReturnType<typeof getVoucherCodec> & SelfFetchFunctions<
            VoucherArgs,
            Voucher,
        >;
    }
    Index
    treeConfig: ReturnType<typeof getTreeConfigCodec> & SelfFetchFunctions<
        TreeConfigArgs,
        TreeConfig,
    >
    voucher: ReturnType<typeof getVoucherCodec> & SelfFetchFunctions<
        VoucherArgs,
        Voucher,
    >