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

Method SetMortgageFee

userapi/internal/api.go:902–904  ·  view source on GitHub ↗
(ctx context.Context, localpart string, mortgageFee string)

Source from the content-addressed store, hash-verified

900}
901
902func (a *UserInternalAPI) SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error) {
903 return a.DB.SetMortgageFee(ctx, localpart, mortgageFee)
904}
905
906func (a *UserInternalAPI) SetChatFee(ctx context.Context, localpart string, chatFee string) (err error) {
907 return a.DB.SetChatFee(ctx, localpart, chatFee)

Callers

nothing calls this directly

Calls 1

SetMortgageFeeMethod · 0.65

Tested by

no test coverage detected