- Preparing search index...
- The search index is not available
v0.4.0-beta
Function emptyApplicables
- emptyApplicables(next): boolean
-
Parameters
-
next: {
applicable_inputs: { notify: Option<{ case_index: bigint; is_merkleized_continuation: boolean; }>; deposits: { case_index: bigint; party: Address | Role; can_deposit: bigint; of_token: Token; into_account: Address | Role; is_merkleized_continuation: boolean; }[]; choices: { ...; }[]; };
can_reduce: boolean;
}
-
applicable_inputs: { notify: Option<{ case_index: bigint; is_merkleized_continuation: boolean; }>; deposits: { case_index: bigint; party: Address | Role; can_deposit: bigint; of_token: Token; into_account: Address | Role; is_merkleized_continuation: boolean; }[]; choices: { ...; }[]; }
-
can_reduce: boolean
Returns boolean
empty Applicables indicates if the contract is in a state where no inputs can be applied.