Skip to main content
Module

x/lucid/mod.ts>C.TransactionBuilderConfigBuilder

Lucid is a library, which allows you to create Cardano transactions and off-chain code for your Plutus contracts in JavaScript, Deno and Node.js.
Very Popular
Latest
class C.TransactionBuilderConfigBuilder
import { C } from "https://deno.land/x/lucid@0.10.7/mod.ts";
const { TransactionBuilderConfigBuilder } = C;

Methods

blockfrost(blockfrost)
coins_per_utxo_byte(coins_per_utxo_byte)
collateral_percentage(collateral_percentage)
costmdls(costmdls)
ex_unit_prices(ex_unit_prices)
fee_algo(fee_algo)
key_deposit(key_deposit)
max_collateral_inputs(max_collateral_inputs)
max_tx_ex_units(max_tx_ex_units)
max_tx_size(max_tx_size)
max_value_size(max_value_size)
pool_deposit(pool_deposit)
slot_config(
zero_time,
zero_slot,
slot_length,
)