Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-meteora-damm-v2
LockPositionInput
Interface LockPositionInput<TAccountPool, TAccountPosition, TAccountVesting, TAccountPositionNftAccount, TAccountOwner, TAccountPayer, TAccountSystemProgram, TAccountEventAuthority, TAccountProgram>
interface
LockPositionInput
<
TAccountPool
extends
string
=
string
,
TAccountPosition
extends
string
=
string
,
TAccountVesting
extends
string
=
string
,
TAccountPositionNftAccount
extends
string
=
string
,
TAccountOwner
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
TAccountEventAuthority
extends
string
=
string
,
TAccountProgram
extends
string
=
string
,
>
{
eventAuthority
:
Address
<
TAccountEventAuthority
>
;
owner
:
TransactionSigner
<
TAccountOwner
>
;
params
:
VestingParametersArgs
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
pool
:
Address
<
TAccountPool
>
;
position
:
Address
<
TAccountPosition
>
;
positionNftAccount
:
Address
<
TAccountPositionNftAccount
>
;
program
?:
Address
<
TAccountProgram
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
vesting
:
TransactionSigner
<
TAccountVesting
>
;
}
Type Parameters
TAccountPool
extends
string
=
string
TAccountPosition
extends
string
=
string
TAccountVesting
extends
string
=
string
TAccountPositionNftAccount
extends
string
=
string
TAccountOwner
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
TAccountEventAuthority
extends
string
=
string
TAccountProgram
extends
string
=
string
Index
Properties
event
Authority
owner
params
payer
pool
position
position
Nft
Account
program?
system
Program?
vesting
Properties
event
Authority
eventAuthority
:
Address
<
TAccountEventAuthority
>
owner
owner
:
TransactionSigner
<
TAccountOwner
>
owner of position
params
params
:
VestingParametersArgs
payer
payer
:
TransactionSigner
<
TAccountPayer
>
pool
pool
:
Address
<
TAccountPool
>
position
position
:
Address
<
TAccountPosition
>
position
Nft
Account
positionNftAccount
:
Address
<
TAccountPositionNftAccount
>
The token account for nft
Optional
program
program
?:
Address
<
TAccountProgram
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
vesting
vesting
:
TransactionSigner
<
TAccountVesting
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
event
Authority
owner
params
payer
pool
position
position
Nft
Account
program
system
Program
vesting
Coda by Ian Macalinao
Loading...
owner of position