public class TransactionExpiry extends Object
Modifier and Type | Method and Description |
---|---|
static TransactionExpiry |
fromBytes(ByteBuffer source) |
static TransactionExpiry |
fromLong(long source)
Construct a
TransactionExpiry from a long. |
byte[] |
getBytes() |
UInt64 |
getExpiry() |
public byte[] getBytes()
public UInt64 getExpiry()
public static TransactionExpiry fromBytes(ByteBuffer source)
public static TransactionExpiry fromLong(long source)
TransactionExpiry
from a long. Note that as the value
goes into a UInt64
that it will be interpreted as an unsigned UInt64.Copyright © 2025. All rights reserved.