This Interface provides capabilities for runnning a Contract over Cardano.

Hierarchy

  • ContractsAPI

Methods

  • Parameters

    Returns Promise<{
        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;
    }>

    Deprecated

    Deprecated in favour of ApplicableActionsAPI