Package com.sdk.accumulate.service
Interface OriginSigner
- All Known Implementing Classes:
ADI
,KeypairSigner
,LiteAccount
public interface OriginSigner
-
Method Summary
-
Method Details
-
getOrigin
AccURL getOrigin() -
getKeyPageHeight
int getKeyPageHeight() -
getKeyPageIndex
int getKeyPageIndex() -
sign
AccSignature sign(Transaction transaction) throws NoSuchAlgorithmException, SignatureException, InvalidKeyException
-