# Functions
No description provided by the author
NewAccountServiceGateway creates gateway to access chaincode method via chaincode service.
No description provided by the author
No description provided by the author
RegisterAccountServiceChaincode registers service methods as chaincode router handlers.
RegisterAccountServiceHandler registers the http handlers for service AccountService to "mux".
RegisterAccountServiceHandlerClient registers the http handlers for service AccountService to "mux".
RegisterAccountServiceHandlerFromEndpoint is same as RegisterAccountServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAccountServiceHandlerServer registers the http handlers for service AccountService to "mux".
No description provided by the author
# Constants
AccountServiceChaincode method names.
AccountServiceChaincode method names.
AccountServiceChaincode method names.
AccountServiceChaincodeMethodPrefix 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
# Variables
go:embed account.swagger.json.
Enum value maps for AccountStatus.
Enum value maps for AccountStatus.
No description provided by the author
Enum value maps for KeyStatus.
Enum value maps for KeyStatus.
# Structs
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 ).
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
UnimplementedAccountServiceServer can be embedded to have forward compatible implementations.
# Interfaces
AccountServiceChaincode chaincode methods interface.
AccountServiceClient is the client API for AccountService service.
AccountServiceServer is the server API for AccountService service.
No description provided by the author