Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-meteora-damm-v2
UpdateRewardDurationInput
Interface UpdateRewardDurationInput<TAccountPool, TAccountSigner, TAccountEventAuthority, TAccountProgram>
interface
UpdateRewardDurationInput
<
TAccountPool
extends
string
=
string
,
TAccountSigner
extends
string
=
string
,
TAccountEventAuthority
extends
string
=
string
,
TAccountProgram
extends
string
=
string
,
>
{
eventAuthority
:
Address
<
TAccountEventAuthority
>
;
newDuration
:
number
|
bigint
;
pool
:
Address
<
TAccountPool
>
;
program
?:
Address
<
TAccountProgram
>
;
rewardIndex
:
number
;
signer
:
TransactionSigner
<
TAccountSigner
>
;
}
Type Parameters
TAccountPool
extends
string
=
string
TAccountSigner
extends
string
=
string
TAccountEventAuthority
extends
string
=
string
TAccountProgram
extends
string
=
string
Index
Properties
event
Authority
new
Duration
pool
program?
reward
Index
signer
Properties
event
Authority
eventAuthority
:
Address
<
TAccountEventAuthority
>
new
Duration
newDuration
:
number
|
bigint
pool
pool
:
Address
<
TAccountPool
>
Optional
program
program
?:
Address
<
TAccountProgram
>
reward
Index
rewardIndex
:
number
signer
signer
:
TransactionSigner
<
TAccountSigner
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
event
Authority
new
Duration
pool
program
reward
Index
signer
Coda by Ian Macalinao
Loading...