Coda by Ian Macalinao
Preparing search index...
@solana-programs/tribeca
NewLockerInput
Type Alias NewLockerInput<TAccountBase, TAccountLocker, TAccountTokenMint, TAccountGovernor, TAccountPayer, TAccountSystemProgram>
type
NewLockerInput
<
TAccountBase
extends
string
=
string
,
TAccountLocker
extends
string
=
string
,
TAccountTokenMint
extends
string
=
string
,
TAccountGovernor
extends
string
=
string
,
TAccountPayer
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
base
:
TransactionSigner
<
TAccountBase
>
;
bump
:
NewLockerInstructionDataArgs
[
"bump"
]
;
governor
:
Address
<
TAccountGovernor
>
;
locker
:
Address
<
TAccountLocker
>
;
params
:
NewLockerInstructionDataArgs
[
"params"
]
;
payer
:
TransactionSigner
<
TAccountPayer
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
tokenMint
:
Address
<
TAccountTokenMint
>
;
}
Type Parameters
TAccountBase
extends
string
=
string
TAccountLocker
extends
string
=
string
TAccountTokenMint
extends
string
=
string
TAccountGovernor
extends
string
=
string
TAccountPayer
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
base
bump
governor
locker
params
payer
system
Program?
token
Mint
Properties
base
base
:
TransactionSigner
<
TAccountBase
>
bump
bump
:
NewLockerInstructionDataArgs
[
"bump"
]
governor
governor
:
Address
<
TAccountGovernor
>
locker
locker
:
Address
<
TAccountLocker
>
params
params
:
NewLockerInstructionDataArgs
[
"params"
]
payer
payer
:
TransactionSigner
<
TAccountPayer
>
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
token
Mint
tokenMint
:
Address
<
TAccountTokenMint
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
bump
governor
locker
params
payer
system
Program
token
Mint
Coda by Ian Macalinao
Loading...