Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractClient ¶
ContractClient represents the client of Balance contract.
It is a type alias of the pointer to github.com/nspcc-dev/neofs-node/pkg/morph/client/balance/wrapper.Wrapper.
type Params ¶
type Params struct {
ContractClient ContractClient
}
Params groups the parameters of Accounting service server's constructor.
type Service ¶
type Service interface { grpc.Service accounting.AccountingServer }
Service is an interface of the server of Accounting service.
Click to show internal directories.
Click to hide internal directories.