Util
object Util
Utility functions for the Stellar SDK.
Provides public utility functions for SDK version information and internal utilities for common operations used throughout the SDK.
Properties
Functions
Link copied to clipboard
Converts a decimal XLM amount string to stroops using BigDecimal arithmetic.
Link copied to clipboard
Decodes a Base64URL-encoded string to a byte array.
Link copied to clipboard
Encodes a byte array to Base64URL format (RFC 4648 Section 5, no padding).
Link copied to clipboard
Constant-time byte array comparison to prevent timing side-channel attacks.
Link copied to clipboard
Returns the version of the Stellar SDK.
Link copied to clipboard
Converts stroops (BigInteger) to I128 ScVal.