import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { StakeDelegation } = Core;
Static Methods
from_bytes(bytes: Uint8Array): StakeDelegation
from_json(json: string): StakeDelegation
new(stake_credential: StakeCredential, pool_keyhash: Ed25519KeyHash): StakeDelegation