MCPcopy Create free account
hub / github.com/cameri/nostream / isVanished

Method isVanished

src/@types/repositories.ts:55–55  ·  view source on GitHub ↗
(pubkey: Pubkey, client?: DatabaseClient)

Source from the content-addressed store, hash-verified

53 upsert(user: Partial<User>, client?: DatabaseClient): Promise<number>
54 getBalanceByPubkey(pubkey: Pubkey, client?: DatabaseClient): Promise<bigint>
55 isVanished(pubkey: Pubkey, client?: DatabaseClient): Promise<boolean>
56 setVanished(pubkey: Pubkey, vanished: boolean, client?: DatabaseClient): Promise<number>
57 admitUser(pubkey: Pubkey, admittedAt: Date, client?: DatabaseClient): Promise<void>
58}

Callers 2

Implementers 1

UserRepositorysrc/repositories/user-repository.ts

Calls

no outgoing calls

Tested by

no test coverage detected