Skip to content

cardano-web3-js / UPLC / eval_phase_two_raw

Function: eval_phase_two_raw()

eval_phase_two_raw(tx_bytes, utxos_bytes_x, utxos_bytes_y, cost_mdls_bytes, initial_budget_n, initial_budget_d, slot_config_x, slot_config_y, slot_config_z): Uint8Array[]

Defined in: node_modules/cardano-wasm-libs/src/libs/untyped-plutus-core/nodejs/uplc_wasm.d.ts:3

Parameters

tx_bytes

Uint8Array

utxos_bytes_x

Uint8Array[]

utxos_bytes_y

Uint8Array[]

cost_mdls_bytes

Uint8Array

initial_budget_n

bigint

initial_budget_d

bigint

slot_config_x

bigint

slot_config_y

bigint

slot_config_z

number

Returns

Uint8Array[]

Released under the MIT License