Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lucid/src/core/wasm_modules/cardano_multiplatform_lib_web/cardano_multiplatform_lib.d.ts>PoolRegistrationJSON

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
Go to Latest
interface PoolRegistrationJSON
import { type PoolRegistrationJSON } from "https://deno.land/x/lucid@0.7.8/src/core/wasm_modules/cardano_multiplatform_lib_web/cardano_multiplatform_lib.d.ts";

Properties

optional
is_update: boolean | null

We need this to figure out if someone registers a pool or only updates it. So that we know if we need to add the pool deposit or not.

pool_params: PoolParamsJSON