CryptoService
RPC | Request | Response | Comments |
---|---|---|---|
createAccount | Creates a new account by submitting the transaction. The grpc server returns the TransactionResponse | ||
updateAccount | Updates an account by submitting the transaction. The grpc server returns the TransactionResponse | ||
cryptoTransfer | Initiates a transfer by submitting the transaction. The grpc server returns the TransactionResponse | ||
cryptoDelete |