Search
Preparing search index...
The search index is not available
@pactfi/pactsdk - v0.8.1
Options
All
Public
Public/Protected
All
Inherited
Menu
@pactfi/pactsdk - v0.8.1
PactFarmingClient
Class PactFarmingClient
Hierarchy
PactFarmingClient
Index
Constructors
constructor
Properties
algod
Methods
fetch
Escrow
By
Id
fetch
Farm
By
Id
Constructors
constructor
new
Pact
Farming
Client
(
algod
:
default
)
:
PactFarmingClient
An entry point for interacting with the farming SDK.
Parameters
algod:
default
Returns
PactFarmingClient
Properties
algod
algod
:
default
Methods
fetch
Escrow
By
Id
fetch
Escrow
By
Id
(
appId
:
number
)
:
Promise
<
Escrow
>
Parameters
appId:
number
Returns
Promise
<
Escrow
>
fetch
Farm
By
Id
fetch
Farm
By
Id
(
appId
:
number
)
:
Promise
<
Farm
>
Parameters
appId:
number
Returns
Promise
<
Farm
>
Exports
default
Pact
Farming
Client
constructor
algod
fetch
Escrow
By
Id
fetch
Farm
By
Id
Generated using
TypeDoc
An entry point for interacting with the farming SDK.