Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BlockchainServiceClientModule ¶
func BlockchainServiceClientModule() inject.Module
Types ¶
type BlockchainClient ¶
type BlockchainClient struct {
RawBlockchainClient blockchainproto.BlockchainClient
}
/ A wrapper type around blockchain client.
func (*BlockchainClient) Pay ¶
func (self *BlockchainClient) Pay( ctx context.Context, userId int64, ) bool
/ Make payment using the blockchain service.
func (BlockchainClient) ProvideAutoInjectAnnotations ¶
func (self BlockchainClient) ProvideAutoInjectAnnotations() interface{}
type BlockchainService ¶
type BlockchainService struct{}
/ Annotation used by the AI service client module.
Click to show internal directories.
Click to hide internal directories.