public class TransferFrom extends Object implements Serializable
| 构造器和说明 |
|---|
TransferFrom(Address sender,
Address from,
Address to,
long amount) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(BinaryReader reader) |
Object |
json() |
void |
serialize(BinaryWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toArray, toHexStringpublic Address sender
public Address from
public Address to
public long value
public void deserialize(BinaryReader reader) throws IOException
deserialize 在接口中 SerializableIOExceptionpublic void serialize(BinaryWriter writer) throws IOException
serialize 在接口中 SerializableIOExceptionpublic Object json()
Copyright © 2021. All rights reserved.