# Packages
No description provided by the author
# Functions
No description provided by the author
Event with chaincode mappings.
No description provided by the author
No description provided by the author
No description provided by the author
NewBalanceServiceGateway creates gateway to access chaincode method via chaincode service.
No description provided by the author
No description provided by the author
No description provided by the author
NewTokenServiceGateway creates gateway to access chaincode method via chaincode service.
No description provided by the author
No description provided by the author
RegisterBalanceServiceChaincode registers service methods as chaincode router handlers.
RegisterBalanceServiceHandler registers the http handlers for service BalanceService to "mux".
RegisterBalanceServiceHandlerClient registers the http handlers for service BalanceService to "mux".
RegisterBalanceServiceHandlerFromEndpoint is same as RegisterBalanceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterBalanceServiceHandlerServer registers the http handlers for service BalanceService to "mux".
No description provided by the author
RegisterTokenServiceChaincode registers service methods as chaincode router handlers.
RegisterTokenServiceHandler registers the http handlers for service TokenService to "mux".
RegisterTokenServiceHandlerClient registers the http handlers for service TokenService to "mux".
RegisterTokenServiceHandlerFromEndpoint is same as RegisterTokenServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterTokenServiceHandlerServer registers the http handlers for service TokenService to "mux".
No description provided by the author
State with chaincode mappings.
No description provided by the author
No description provided by the author
# Constants
BalanceServiceChaincode method names.
BalanceServiceChaincode method names.
BalanceServiceChaincode method names.
BalanceServiceChaincode method names.
BalanceServiceChaincodeMethodPrefix allows to use multiple services with same method names in one chaincode.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincode method names.
TokenServiceChaincodeMethodPrefix allows to use multiple services with same method names in one chaincode.
# Variables
go:embed balance.swagger.json.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for OperationType.
Enum value maps for OperationType.
No description provided by the author
Enum value maps for TokenGroupType.
Enum value maps for TokenGroupType.
go:embed token.swagger.json.
# Structs
No description provided by the author
No description provided by the author
State: Balance.
Identifier: Balance.
No description provided by the author
List: balances.
No description provided by the author
gateway implementation gateway can be used as kind of SDK, GRPC or REST server ( via grpc-gateway or clay ).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
State: TokenGroup.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
gateway implementation gateway can be used as kind of SDK, GRPC or REST server ( via grpc-gateway or clay ).
State: TokenType.
No description provided by the author
Id: toke type id.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Event: emitted when Transfer method has been invoked.
Event: emitted when TransferBatch method has been invoked.
No description provided by the author
No description provided by the author
UnimplementedBalanceServiceServer can be embedded to have forward compatible implementations.
UnimplementedTokenServiceServer can be embedded to have forward compatible implementations.
No description provided by the author
State: UTXO.
Id: UTXO.
No description provided by the author
No description provided by the author
# Interfaces
BalanceServiceChaincode chaincode methods interface.
BalanceServiceClient is the client API for BalanceService service.
BalanceServiceServer is the server API for BalanceService service.
No description provided by the author
No description provided by the author
TokenServiceChaincode chaincode methods interface.
TokenServiceClient is the client API for TokenService service.
TokenServiceServer is the server API for TokenService service.
# Type aliases
No description provided by the author
No description provided by the author