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

Method SetMortgageFee

userapi/api/api_trace.go:36–38  ·  view source on GitHub ↗
(ctx context.Context, localpart string, mortgageFee string)

Source from the content-addressed store, hash-verified

34}
35
36func (t *UserInternalAPITrace) SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error) {
37 return t.Impl.SetMortgageFee(ctx, localpart, mortgageFee)
38}
39
40func (t *UserInternalAPITrace) SetChatFee(ctx context.Context, localpart string, chatFee string) (err error) {
41 return t.Impl.SetChatFee(ctx, localpart, chatFee)

Callers

nothing calls this directly

Calls 1

SetMortgageFeeMethod · 0.65

Tested by

no test coverage detected