Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-kamino-lending
FarmsPluginInstructions
Interface FarmsPluginInstructions
interface
FarmsPluginInstructions
{
addRewards
:
(
input
:
MakeOptional
<
AddRewardsAsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
>
,
"payer"
,
>
,
)
=>
Promise
<
AddRewardsInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
depositToFarmVault
:
(
input
:
DepositToFarmVaultInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
farmsIdlMissingTypes
:
(
input
:
FarmsIdlMissingTypesInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
harvestReward
:
(
input
:
HarvestRewardAsyncInput
,
)
=>
Promise
<
HarvestRewardInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
initializeFarm
:
(
input
:
InitializeFarmAsyncInput
,
)
=>
Promise
<
InitializeFarmInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
initializeFarmDelegated
:
(
input
:
InitializeFarmDelegatedAsyncInput
,
)
=>
Promise
<
InitializeFarmDelegatedInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
initializeGlobalConfig
:
(
input
:
InitializeGlobalConfigAsyncInput
,
)
=>
Promise
<
InitializeGlobalConfigInstruction
<
Address
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
initializeReward
:
(
input
:
InitializeRewardAsyncInput
,
)
=>
Promise
<
InitializeRewardInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
initializeUser
:
(
input
:
MakeOptional
<
InitializeUserAsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
>
,
"payer"
,
>
,
)
=>
Promise
<
InitializeUserInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
refreshFarm
:
(
input
:
RefreshFarmInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
]
,
>
&
SelfPlanAndSendFunctions
;
refreshUserState
:
(
input
:
RefreshUserStateInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
rewardUserOnce
:
(
input
:
RewardUserOnceInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
WRITABLE_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
setStakeDelegated
:
(
input
:
SetStakeDelegatedInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
stake
:
(
input
:
StakeAsyncInput
,
)
=>
Promise
<
StakeInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
transferOwnership
:
(
input
:
TransferOwnershipInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
unstake
:
(
input
:
UnstakeAsyncInput
,
)
=>
Promise
<
UnstakeInstruction
<
Address
,
string
,
string
,
string
,
string
,
[
]
>
,
>
&
SelfPlanAndSendFunctions
;
updateFarmAdmin
:
(
input
:
UpdateFarmAdminInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
WRITABLE_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
updateFarmConfig
:
(
input
:
UpdateFarmConfigInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
WRITABLE_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
updateGlobalConfig
:
(
input
:
UpdateGlobalConfigInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
updateGlobalConfigAdmin
:
(
input
:
UpdateGlobalConfigAdminInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
;
withdrawFromFarmVault
:
(
input
:
WithdrawFromFarmVaultAsyncInput
,
)
=>
Promise
<
WithdrawFromFarmVaultInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
withdrawReward
:
(
input
:
WithdrawRewardAsyncInput
,
)
=>
Promise
<
WithdrawRewardInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
withdrawSlashedAmount
:
(
input
:
WithdrawSlashedAmountAsyncInput
,
)
=>
Promise
<
WithdrawSlashedAmountInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
withdrawTreasury
:
(
input
:
WithdrawTreasuryAsyncInput
,
)
=>
Promise
<
WithdrawTreasuryInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
withdrawUnstakedDeposits
:
(
input
:
WithdrawUnstakedDepositsAsyncInput
,
)
=>
Promise
<
WithdrawUnstakedDepositsInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
;
}
Index
Properties
add
Rewards
deposit
To
Farm
Vault
farms
Idl
Missing
Types
harvest
Reward
initialize
Farm
initialize
Farm
Delegated
initialize
Global
Config
initialize
Reward
initialize
User
refresh
Farm
refresh
User
State
reward
User
Once
set
Stake
Delegated
stake
transfer
Ownership
unstake
update
Farm
Admin
update
Farm
Config
update
Global
Config
update
Global
Config
Admin
withdraw
From
Farm
Vault
withdraw
Reward
withdraw
Slashed
Amount
withdraw
Treasury
withdraw
Unstaked
Deposits
Properties
add
Rewards
addRewards
:
(
input
:
MakeOptional
<
AddRewardsAsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
>
,
"payer"
,
>
,
)
=>
Promise
<
AddRewardsInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
deposit
To
Farm
Vault
depositToFarmVault
:
(
input
:
DepositToFarmVaultInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
farms
Idl
Missing
Types
farmsIdlMissingTypes
:
(
input
:
FarmsIdlMissingTypesInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
harvest
Reward
harvestReward
:
(
input
:
HarvestRewardAsyncInput
,
)
=>
Promise
<
HarvestRewardInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
initialize
Farm
initializeFarm
:
(
input
:
InitializeFarmAsyncInput
,
)
=>
Promise
<
InitializeFarmInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
initialize
Farm
Delegated
initializeFarmDelegated
:
(
input
:
InitializeFarmDelegatedAsyncInput
,
)
=>
Promise
<
InitializeFarmDelegatedInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
initialize
Global
Config
initializeGlobalConfig
:
(
input
:
InitializeGlobalConfigAsyncInput
,
)
=>
Promise
<
InitializeGlobalConfigInstruction
<
Address
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
initialize
Reward
initializeReward
:
(
input
:
InitializeRewardAsyncInput
,
)
=>
Promise
<
InitializeRewardInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
initialize
User
initializeUser
:
(
input
:
MakeOptional
<
InitializeUserAsyncInput
<
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
>
,
"payer"
,
>
,
)
=>
Promise
<
InitializeUserInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
refresh
Farm
refreshFarm
:
(
input
:
RefreshFarmInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
]
,
>
&
SelfPlanAndSendFunctions
refresh
User
State
refreshUserState
:
(
input
:
RefreshUserStateInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
reward
User
Once
rewardUserOnce
:
(
input
:
RewardUserOnceInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
WRITABLE_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
set
Stake
Delegated
setStakeDelegated
:
(
input
:
SetStakeDelegatedInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
stake
stake
:
(
input
:
StakeAsyncInput
,
)
=>
Promise
<
StakeInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
transfer
Ownership
transferOwnership
:
(
input
:
TransferOwnershipInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
unstake
unstake
:
(
input
:
UnstakeAsyncInput
,
)
=>
Promise
<
UnstakeInstruction
<
Address
,
string
,
string
,
string
,
string
,
[
]
>
,
>
&
SelfPlanAndSendFunctions
update
Farm
Admin
updateFarmAdmin
:
(
input
:
UpdateFarmAdminInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
WRITABLE_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
update
Farm
Config
updateFarmConfig
:
(
input
:
UpdateFarmConfigInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
WRITABLE_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
ReadonlyAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
update
Global
Config
updateGlobalConfig
:
(
input
:
UpdateGlobalConfigInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
update
Global
Config
Admin
updateGlobalConfigAdmin
:
(
input
:
UpdateGlobalConfigAdminInput
,
)
=>
Instruction
<
Address
,
readonly
(
AccountMeta
<
string
>
|
AccountLookupMeta
<
string
,
string
>
)
[]
,
>
&
InstructionWithData
<
ReadonlyUint8Array
<
ArrayBufferLike
>
>
&
InstructionWithAccounts
<
[
AccountMeta
<
string
>
&
{
role
:
READONLY_SIGNER
}
&
AccountSignerMeta
<
string
,
TransactionSigner
<
string
>
,
>
,
WritableAccount
<
string
>
,
]
,
>
&
SelfPlanAndSendFunctions
withdraw
From
Farm
Vault
withdrawFromFarmVault
:
(
input
:
WithdrawFromFarmVaultAsyncInput
,
)
=>
Promise
<
WithdrawFromFarmVaultInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
withdraw
Reward
withdrawReward
:
(
input
:
WithdrawRewardAsyncInput
,
)
=>
Promise
<
WithdrawRewardInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
withdraw
Slashed
Amount
withdrawSlashedAmount
:
(
input
:
WithdrawSlashedAmountAsyncInput
,
)
=>
Promise
<
WithdrawSlashedAmountInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
withdraw
Treasury
withdrawTreasury
:
(
input
:
WithdrawTreasuryAsyncInput
,
)
=>
Promise
<
WithdrawTreasuryInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
withdraw
Unstaked
Deposits
withdrawUnstakedDeposits
:
(
input
:
WithdrawUnstakedDepositsAsyncInput
,
)
=>
Promise
<
WithdrawUnstakedDepositsInstruction
<
Address
,
string
,
string
,
string
,
string
,
string
,
string
,
string
,
[
]
,
>
,
>
&
SelfPlanAndSendFunctions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Rewards
deposit
To
Farm
Vault
farms
Idl
Missing
Types
harvest
Reward
initialize
Farm
initialize
Farm
Delegated
initialize
Global
Config
initialize
Reward
initialize
User
refresh
Farm
refresh
User
State
reward
User
Once
set
Stake
Delegated
stake
transfer
Ownership
unstake
update
Farm
Admin
update
Farm
Config
update
Global
Config
update
Global
Config
Admin
withdraw
From
Farm
Vault
withdraw
Reward
withdraw
Slashed
Amount
withdraw
Treasury
withdraw
Unstaked
Deposits
Coda by Ian Macalinao
Loading...