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

Method InsertChainData

userapi/internal/api.go:898–900  ·  view source on GitHub ↗
(ctx context.Context, localpart string, servername string, chatFee string, mortgageFee string)

Source from the content-addressed store, hash-verified

896}
897
898func (a *UserInternalAPI) InsertChainData(ctx context.Context, localpart string, servername string, chatFee string, mortgageFee string) (err error) {
899 return a.DB.InsertChainData(ctx, localpart, servername, chatFee, mortgageFee)
900}
901
902func (a *UserInternalAPI) SetMortgageFee(ctx context.Context, localpart string, mortgageFee string) (err error) {
903 return a.DB.SetMortgageFee(ctx, localpart, mortgageFee)

Callers

nothing calls this directly

Calls 1

InsertChainDataMethod · 0.65

Tested by

no test coverage detected