Companion

object Companion

Functions

Link copied to clipboard
fun fromAccount(accountId: ByteArray): Address

Creates a new Address from a Stellar public key.

Link copied to clipboard
fun fromClaimableBalance(claimableBalanceId: ByteArray): Address

Creates a new Address from a Stellar Claimable Balance ID.

Link copied to clipboard
fun fromContract(contractId: ByteArray): Address

Creates a new Address from a Stellar Contract ID.

Link copied to clipboard
fun fromLiquidityPool(liquidityPoolId: ByteArray): Address

Creates a new Address from a Stellar Liquidity Pool ID.

Link copied to clipboard
fun fromMuxedAccount(muxedAccountId: ByteArray): Address

Creates a new Address from a Stellar muxed account ID.

Link copied to clipboard

Creates a new Address from a SCAddressXdr XDR object.

Link copied to clipboard

Creates a new Address from a SCValXdr XDR object.