Index

A B C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

U

u128(UInt128Parts) - Method in class org.stellar.sdk.xdr.SCVal.SCValBuilder
 
u256(UInt256Parts) - Method in class org.stellar.sdk.xdr.SCVal.SCValBuilder
 
u32(Uint32) - Method in class org.stellar.sdk.xdr.SCVal.SCValBuilder
 
u64(Uint64) - Method in class org.stellar.sdk.xdr.SCVal.SCValBuilder
 
udt(SCSpecTypeUDT) - Method in class org.stellar.sdk.xdr.SCSpecTypeDef.SCSpecTypeDefBuilder
 
udtEnumV0(SCSpecUDTEnumV0) - Method in class org.stellar.sdk.xdr.SCSpecEntry.SCSpecEntryBuilder
 
udtErrorEnumV0(SCSpecUDTErrorEnumV0) - Method in class org.stellar.sdk.xdr.SCSpecEntry.SCSpecEntryBuilder
 
udtStructV0(SCSpecUDTStructV0) - Method in class org.stellar.sdk.xdr.SCSpecEntry.SCSpecEntryBuilder
 
udtUnionV0(SCSpecUDTUnionV0) - Method in class org.stellar.sdk.xdr.SCSpecEntry.SCSpecEntryBuilder
 
UInt128Parts - Class in org.stellar.sdk.xdr
UInt128Parts's original definition in the XDR file is:
UInt128Parts() - Constructor for class org.stellar.sdk.xdr.UInt128Parts
 
UInt128Parts(Uint64, Uint64) - Constructor for class org.stellar.sdk.xdr.UInt128Parts
 
UInt128Parts.UInt128PartsBuilder - Class in org.stellar.sdk.xdr
 
Uint256 - Class in org.stellar.sdk.xdr
Uint256's original definition in the XDR file is:
Uint256() - Constructor for class org.stellar.sdk.xdr.Uint256
 
Uint256(byte[]) - Constructor for class org.stellar.sdk.xdr.Uint256
 
UInt256Parts - Class in org.stellar.sdk.xdr
UInt256Parts's original definition in the XDR file is:
UInt256Parts() - Constructor for class org.stellar.sdk.xdr.UInt256Parts
 
UInt256Parts(Uint64, Uint64, Uint64, Uint64) - Constructor for class org.stellar.sdk.xdr.UInt256Parts
 
UInt256Parts.UInt256PartsBuilder - Class in org.stellar.sdk.xdr
 
Uint32 - Class in org.stellar.sdk.xdr
Uint32's original definition in the XDR file is:
Uint32() - Constructor for class org.stellar.sdk.xdr.Uint32
 
Uint32(XdrUnsignedInteger) - Constructor for class org.stellar.sdk.xdr.Uint32
 
Uint64 - Class in org.stellar.sdk.xdr
Uint64's original definition in the XDR file is:
Uint64() - Constructor for class org.stellar.sdk.xdr.Uint64
 
Uint64(XdrUnsignedHyperInteger) - Constructor for class org.stellar.sdk.xdr.Uint64
 
UNAUTHORIZED_FLAG - Enum constant in enum class org.stellar.sdk.operations.AllowTrustOperation.TrustLineEntryFlag
Deprecated.
The account can hold a balance but cannot receive payments, send payments, maintain offers or manage offers.
Unconditional() - Constructor for class org.stellar.sdk.Predicate.Unconditional
 
UnexpectedException - Exception Class in org.stellar.sdk.exception
This exception is thrown to indicate that an unexpected condition has occurred which theoretically should never happen during the normal execution of the program.
UnexpectedException() - Constructor for exception class org.stellar.sdk.exception.UnexpectedException
Constructs a new UnexpectedException.
UnexpectedException(String) - Constructor for exception class org.stellar.sdk.exception.UnexpectedException
Constructs a new UnexpectedException with the specified detail message.
UnexpectedException(String, Throwable) - Constructor for exception class org.stellar.sdk.exception.UnexpectedException
Constructs a new UnexpectedException with the specified detail message and cause.
UnexpectedException(String, Throwable, boolean, boolean) - Constructor for exception class org.stellar.sdk.exception.UnexpectedException
Constructs a new UnexpectedException with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
UnexpectedException(Throwable) - Constructor for exception class org.stellar.sdk.exception.UnexpectedException
Constructs a new UnexpectedException with the cause.
uniqueFetchBytesRecv(Uint64) - Method in class org.stellar.sdk.xdr.PeerStats.PeerStatsBuilder
 
uniqueFetchMessageRecv(Uint64) - Method in class org.stellar.sdk.xdr.PeerStats.PeerStatsBuilder
 
uniqueFloodBytesRecv(Uint64) - Method in class org.stellar.sdk.xdr.PeerStats.PeerStatsBuilder
 
uniqueFloodMessageRecv(Uint64) - Method in class org.stellar.sdk.xdr.PeerStats.PeerStatsBuilder
 
UnknownResponseException - Exception Class in org.stellar.sdk.exception
 
UnknownResponseException(Integer, String) - Constructor for exception class org.stellar.sdk.exception.UnknownResponseException
 
updated(LedgerEntry) - Method in class org.stellar.sdk.xdr.LedgerEntryChange.LedgerEntryChangeBuilder
 
updatedEntry(ConfigSettingEntry[]) - Method in class org.stellar.sdk.xdr.ConfigUpgradeSet.ConfigUpgradeSetBuilder
 
upgrade(LedgerUpgrade) - Method in class org.stellar.sdk.xdr.UpgradeEntryMeta.UpgradeEntryMetaBuilder
 
UpgradeEntryMeta - Class in org.stellar.sdk.xdr
UpgradeEntryMeta's original definition in the XDR file is:
UpgradeEntryMeta() - Constructor for class org.stellar.sdk.xdr.UpgradeEntryMeta
 
UpgradeEntryMeta(LedgerUpgrade, LedgerEntryChanges) - Constructor for class org.stellar.sdk.xdr.UpgradeEntryMeta
 
UpgradeEntryMeta.UpgradeEntryMetaBuilder - Class in org.stellar.sdk.xdr
 
upgrades(UpgradeType[]) - Method in class org.stellar.sdk.xdr.StellarValue.StellarValueBuilder
 
upgradesProcessing(UpgradeEntryMeta[]) - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV0.LedgerCloseMetaV0Builder
 
upgradesProcessing(UpgradeEntryMeta[]) - Method in class org.stellar.sdk.xdr.LedgerCloseMetaV1.LedgerCloseMetaV1Builder
 
UpgradeType - Class in org.stellar.sdk.xdr
UpgradeType's original definition in the XDR file is:
UpgradeType() - Constructor for class org.stellar.sdk.xdr.UpgradeType
 
UpgradeType(byte[]) - Constructor for class org.stellar.sdk.xdr.UpgradeType
 
uploadContractWasmOperationBuilder(byte[]) - Static method in class org.stellar.sdk.operations.InvokeHostFunctionOperation
This function will create an InvokeHostFunctionOperation.InvokeHostFunctionOperationBuilder with the "hostFunction" parameter preset, so that you can conveniently build an InvokeHostFunctionOperation to upload contract wasm.
Util - Class in org.stellar.sdk
Utility class for common operations.
Util() - Constructor for class org.stellar.sdk.Util
 
Util.XdrDecodeFunction<T,R> - Interface in org.stellar.sdk
The function that converts XDR string to XDR object.
A B C D E F G H I K L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form