Coda by Ian Macalinao
    Preparing search index...
    type BubblegumPluginAccounts = {
        treeConfig: ReturnType<typeof getTreeConfigCodec> & SelfFetchFunctions<
            TreeConfigArgs,
            TreeConfig,
        >;
        voucher: ReturnType<typeof getVoucherCodec> & SelfFetchFunctions<
            VoucherArgs,
            Voucher,
        >;
    }
    Index

    Properties

    Properties

    treeConfig: ReturnType<typeof getTreeConfigCodec> & SelfFetchFunctions<
        TreeConfigArgs,
        TreeConfig,
    >
    voucher: ReturnType<typeof getVoucherCodec> & SelfFetchFunctions<
        VoucherArgs,
        Voucher,
    >