MCPcopy Create free account
hub / github.com/daodst/chat / SetChatFee

Method SetChatFee

userapi/api/api_trace.go:40–42  ·  view source on GitHub ↗
(ctx context.Context, localpart string, chatFee string)

Source from the content-addressed store, hash-verified

38}
39
40func (t *UserInternalAPITrace) SetChatFee(ctx context.Context, localpart string, chatFee string) (err error) {
41 return t.Impl.SetChatFee(ctx, localpart, chatFee)
42}
43
44func (t *UserInternalAPITrace) InsertAddressBook(ctx context.Context, localpart string, friendLocalpart []string) (err error) {
45 return t.Impl.InsertAddressBook(ctx, localpart, friendLocalpart)

Callers

nothing calls this directly

Calls 1

SetChatFeeMethod · 0.65

Tested by

no test coverage detected