Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { GetAccountsByIds(ctx context.Context, ids []string) (*proto.AccountsResponse, error) GetAccountsByAlias(ctx context.Context, aliases []string) (*proto.AccountsResponse, error) UpdateAccounts(ctx context.Context, accounts []*proto.Account) (*proto.AccountsResponse, error) }
Repository provides an interface for gRPC operations related to account in the Ledger.
Click to show internal directories.
Click to hide internal directories.