import { Tx } from "https://deno.land/x/lucid@0.10.6/src/mod.ts";
Register a stake pool. A pool deposit is required. The metadataUrl needs to be hosted already before making the registration.
x/lucid/src/mod.ts>Tx#registerPool
import { Tx } from "https://deno.land/x/lucid@0.10.6/src/mod.ts";
Register a stake pool. A pool deposit is required. The metadataUrl needs to be hosted already before making the registration.