public class UInt32 extends UInt<UInt32>
UInt.UINTTranslator<T extends UInt>| 构造器和说明 |
|---|
UInt32(BigInteger value)
Constructor.
|
UInt32(byte[] bytes)
Constructor.
|
UInt32(Number s)
Constructor from Number.
|
UInt32(String s)
From string value.
|
UInt32(String s,
int radix)
From String and radix.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getByteWidth() |
UInt32 |
instanceFrom(BigInteger n) |
byte[] |
toBytes() |
void |
toBytesSink(BytesSink to) |
String |
toHex() |
Object |
toJSON() |
Type |
type() |
Long |
value() |
add, bigInteger, bitLength, byteValue, compareTo, divide, doubleValue, equals, equals, floatValue, getMinimumValue, intValue, isValid, isZero, longValue, lte, max, min, multiply, or, setValue, shiftLeft, shiftRight, shortValue, subtract, testBit, toByteArray, toString, toStringpublic static final UInt32 ZERO
public static TypeTranslator<UInt32> translate
public static UInt32Field Flags
public static UInt32Field SourceTag
public static UInt32Field Sequence
public static UInt32Field PreviousTxnLgrSeq
public static UInt32Field LedgerSequence
public static UInt32Field CloseTime
public static UInt32Field ParentCloseTime
public static UInt32Field SigningTime
public static UInt32Field Expiration
public static UInt32Field TransferRate
public static UInt32Field WalletSize
public static UInt32Field OwnerCount
public static UInt32Field DestinationTag
public static UInt32Field NeedVerify
public static UInt32Field HighQualityIn
public static UInt32Field HighQualityOut
public static UInt32Field LowQualityIn
public static UInt32Field LowQualityOut
public static UInt32Field QualityIn
public static UInt32Field QualityOut
public static UInt32Field StampEscrow
public static UInt32Field BondAmount
public static UInt32Field LoadFee
public static UInt32Field OfferSequence
public static UInt32Field FirstLedgerSequence
public static UInt32Field LastLedgerSequence
public static UInt32Field TransactionIndex
public static UInt32Field OperationLimit
public static UInt32Field ReferenceFeeUnits
public static UInt32Field ReserveBase
public static UInt32Field ReserveIncrement
public static UInt32Field SetFlag
public static UInt32Field ClearFlag
public static UInt32Field SignerQuorum
public static UInt32Field TxnLgrSeq
public static UInt32Field Gas
public UInt32(byte[] bytes)
bytes - byte array.public UInt32(BigInteger value)
value - BigInteger value.public UInt32(Number s)
s - Number value.public UInt32(String s)
s - String value.public UInt32(String s, int radix)
s - sradix - radix.public int getByteWidth()
getByteWidth 在类中 UInt<UInt32>public UInt32 instanceFrom(BigInteger n)
instanceFrom 在类中 UInt<UInt32>public Object toJSON()
public byte[] toBytes()
public String toHex()
public void toBytesSink(BytesSink to)
public Type type()
Copyright © 2021. All rights reserved.