Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CryptoServiceClient ¶
type CryptoServiceClient interface {
Transfer(ctx context.Context, in *crypto_service.TransferRequest, opts ...grpc.CallOption) (*crypto_service.TransferResponse, error)
}
type WalletBalanceConsumer ¶
type WalletBalanceConsumer struct {
// contains filtered or unexported fields
}
func NewWalletBalanceConsumer ¶
func NewWalletBalanceConsumer( storage Storage, cryptoServiceClient CryptoServiceClient, ) *WalletBalanceConsumer
Click to show internal directories.
Click to hide internal directories.