Documentation
Preparing search index...
@mysten/kiosk
TransferPolicyRule
Type Alias TransferPolicyRule
The Transfer Policy rule.
type
TransferPolicyRule
=
{
hasLockingRule
?:
boolean
;
packageId
:
string
;
resolveRuleFunction
:
(
rule
:
RuleResolvingParams
,
)
=>
ObjectArgument
|
void
|
Promise
<
ObjectArgument
|
void
>
;
rule
:
string
;
}
Index
Properties
has
Locking
Rule?
package
Id
resolve
Rule
Function
rule
Properties
Optional
has
Locking
Rule
hasLockingRule
?:
boolean
package
Id
packageId
:
string
resolve
Rule
Function
resolveRuleFunction
:
(
rule
:
RuleResolvingParams
,
)
=>
ObjectArgument
|
void
|
Promise
<
ObjectArgument
|
void
>
rule
rule
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
has
Locking
Rule
package
Id
resolve
Rule
Function
rule
Documentation
Loading...
The Transfer Policy rule.