public class EIP155 extends Transaction
| 限定符和类型 | 字段和说明 |
|---|---|
org.ethereum.core.Transaction |
code |
attributes, gasLimit, gasPrice, nonce, payer, sigs, txType, version| 限定符和类型 | 方法和说明 |
|---|---|
static Transaction |
deserializeEIP155(BinaryReader reader) |
protected void |
deserializeExclusiveData(BinaryReader reader) |
Address[] |
getAddressU160ForVerifying() |
UInt256 |
hash() |
Object |
json() |
protected void |
serializeExclusiveData(BinaryWriter writer) |
deserialize, deserializeFrom, deserializeFrom, deserializeFrom, deserializeUnsigned, equals, hashCode, inventoryType, serialize, serializeUnsigned, verifygetHashData, sign, verifySignaturefrom, toArray, toHexStringpublic static Transaction deserializeEIP155(BinaryReader reader) throws IOException
IOExceptionprotected void deserializeExclusiveData(BinaryReader reader) throws IOException
deserializeExclusiveData 在类中 TransactionIOExceptionprotected void serializeExclusiveData(BinaryWriter writer) throws IOException
serializeExclusiveData 在类中 TransactionIOExceptionpublic Address[] getAddressU160ForVerifying()
getAddressU160ForVerifying 在接口中 SignablegetAddressU160ForVerifying 在类中 Transactionpublic Object json()
json 在类中 TransactionCopyright © 2022. All rights reserved.