public class TransferFrom extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Address |
from |
Address |
sender |
Address |
to |
long |
value |
| Constructor and Description |
|---|
TransferFrom(Address sender,
Address from,
Address to,
long amount) |
| Modifier and Type | Method and Description |
|---|---|
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 in interface SerializableIOExceptionpublic void serialize(BinaryWriter writer) throws IOException
serialize in interface SerializableIOExceptionpublic Object json()
Copyright © 2020. All rights reserved.