Coda by Ian Macalinao
Preparing search index...
@macalinao/clients-mpl-token-auth-rules
PuffRuleSetInput
Type Alias PuffRuleSetInput<TAccountPayer, TAccountRuleSetPda, TAccountSystemProgram>
type
PuffRuleSetInput
<
TAccountPayer
extends
string
=
string
,
TAccountRuleSetPda
extends
string
=
string
,
TAccountSystemProgram
extends
string
=
string
,
>
=
{
payer
:
TransactionSigner
<
TAccountPayer
>
;
puffRuleSetArgs
:
PuffRuleSetInstructionDataArgs
[
"puffRuleSetArgs"
]
;
ruleSetPda
:
Address
<
TAccountRuleSetPda
>
;
systemProgram
?:
Address
<
TAccountSystemProgram
>
;
}
Type Parameters
TAccountPayer
extends
string
=
string
TAccountRuleSetPda
extends
string
=
string
TAccountSystemProgram
extends
string
=
string
Index
Properties
payer
puff
Rule
Set
Args
rule
Set
Pda
system
Program?
Properties
payer
payer
:
TransactionSigner
<
TAccountPayer
>
Payer and creator of the RuleSet
puff
Rule
Set
Args
puffRuleSetArgs
:
PuffRuleSetInstructionDataArgs
[
"puffRuleSetArgs"
]
rule
Set
Pda
ruleSetPda
:
Address
<
TAccountRuleSetPda
>
The PDA account where the RuleSet is stored
Optional
system
Program
systemProgram
?:
Address
<
TAccountSystemProgram
>
System program
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
payer
puff
Rule
Set
Args
rule
Set
Pda
system
Program
Coda by Ian Macalinao
Loading...
Payer and creator of the RuleSet