import { Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { Certificate } = Core;
Methods
as_genesis_key_delegation(): GenesisKeyDelegation | undefined
as_move_instantaneous_rewards_cert(): MoveInstantaneousRewardsCert | undefined
as_pool_registration(): PoolRegistration | undefined
as_pool_retirement(): PoolRetirement | undefined
as_stake_delegation(): StakeDelegation | undefined
as_stake_deregistration(): StakeDeregistration | undefined
as_stake_registration(): StakeRegistration | undefined
free(): void
kind(): number
to_bytes(): Uint8Array
to_json(): string
Static Methods
from_bytes(bytes: Uint8Array): Certificate
from_json(json: string): Certificate
new_genesis_key_delegation(genesis_key_delegation: GenesisKeyDelegation): Certificate
new_move_instantaneous_rewards_cert(move_instantaneous_rewards_cert: MoveInstantaneousRewardsCert): Certificate
new_pool_registration(pool_registration: PoolRegistration): Certificate
new_pool_retirement(pool_retirement: PoolRetirement): Certificate
new_stake_delegation(stake_delegation: StakeDelegation): Certificate
new_stake_deregistration(stake_deregistration: StakeDeregistration): Certificate
new_stake_registration(stake_registration: StakeRegistration): Certificate