public interface SignatureDataOperations
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CHAIN_ID_INC |
static int |
LOWER_REAL_V |
| 限定符和类型 | 方法和说明 |
|---|---|
default Long |
getChainId() |
byte[] |
getEncodedTransaction(Long chainId) |
default String |
getFrom() |
default byte |
getRealV(BigInteger bv) |
Sign.SignatureData |
getSignatureData() |
default void |
verify(String from) |
static final int CHAIN_ID_INC
static final int LOWER_REAL_V
Sign.SignatureData getSignatureData()
byte[] getEncodedTransaction(Long chainId)
default String getFrom() throws SignatureException
default void verify(String from) throws SignatureException
default byte getRealV(BigInteger bv)
default Long getChainId()
Copyright © 2021. All rights reserved.