public interface User
| Modifier and Type | Method and Description |
|---|---|
UserId |
getUserId()
Return immutable getId of skipchain user.
|
UserSignature |
sign(byte[] signRequest)
sign request.
|
UserId getUserId()
UserSignature sign(byte[] signRequest) throws SignatureException
signRequest - transaction (request) which is about to send to skipchainSignatureException - can be thrown in case of internal processing problems and also when user decide to
reject request.Copyright © 2019. All rights reserved.