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

Method SendTransaction

federationapi/api/api.go:79–79  ·  view source on GitHub ↗
(ctx context.Context, t gomatrixserverlib.Transaction)

Source from the content-addressed store, hash-verified

77type FederationClient interface {
78 gomatrixserverlib.KeyClient
79 SendTransaction(ctx context.Context, t gomatrixserverlib.Transaction) (res gomatrixserverlib.RespSend, err error)
80
81 // Perform operations
82 LookupRoomAlias(ctx context.Context, s gomatrixserverlib.ServerName, roomAlias string) (res gomatrixserverlib.RespDirectory, err error)

Callers 1

nextTransactionMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected