import { type Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { CertificateEnumJSON } = Core;
definition:
| { StakeRegistrationJSON: StakeRegistration; }
| { StakeDeregistrationJSON: StakeDeregistration; }
| { StakeDelegationJSON: StakeDelegation; }
| { PoolRegistrationJSON: PoolRegistration; }
| { PoolRetirementJSON: PoolRetirement; }
| { GenesisKeyDelegationJSON: GenesisKeyDelegation; }
| { MoveInstantaneousRewardsCertJSON: MoveInstantaneousRewardsCert; }