stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.xdr
/
LedgerKeyLiquidityPoolXdr
Ledger
Key
Liquidity
Pool
Xdr
data
class
LedgerKeyLiquidityPoolXdr
(
val
liquidityPoolId
:
PoolIDXdr
)
XDR Source: struct { PoolID liquidityPoolID; }
Members
Constructors
Ledger
Key
Liquidity
Pool
Xdr
Link copied to clipboard
constructor
(
liquidityPoolId
:
PoolIDXdr
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
liquidity
Pool
Id
Link copied to clipboard
val
liquidityPoolId
:
PoolIDXdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)