LiquidityPoolLinksResponse
in package
Represents HAL links for a liquidity pool response
Tags
Table of Contents
Methods
- fromJson() : LiquidityPoolLinksResponse
- getOperations() : LinkResponse
- Gets the link to operations related to this liquidity pool
- getSelf() : LinkResponse
- Gets the self-referencing link to this liquidity pool
- getTransactions() : LinkResponse
- Gets the link to transactions involving this liquidity pool
- loadFromJson() : void
Methods
fromJson()
public
static fromJson(array<string|int, mixed> $json) : LiquidityPoolLinksResponse
Parameters
- $json : array<string|int, mixed>
Return values
LiquidityPoolLinksResponsegetOperations()
Gets the link to operations related to this liquidity pool
public
getOperations() : LinkResponse
Return values
LinkResponse —The operations link
getSelf()
Gets the self-referencing link to this liquidity pool
public
getSelf() : LinkResponse
Return values
LinkResponse —The self link
getTransactions()
Gets the link to transactions involving this liquidity pool
public
getTransactions() : LinkResponse
Return values
LinkResponse —The transactions link
loadFromJson()
protected
loadFromJson(array<string|int, mixed> $json) : void
Parameters
- $json : array<string|int, mixed>