Versions in this module Expand all Collapse all v1 v1.27.0 Aug 26, 2026 Changes in this version + var ErrDenied = errors.New("denied access to balance") + var ErrNotFound = errors.New("no owner account found for user") + type Client struct + func NewClient(log *zap.Logger, accounts account.Store, ...) *Client + func (c *Client) GetTotalUsdfBalance(ctx context.Context, userID *commonpb.UserId) (uint64, error)