Type alias PoolRegistrationCertificate
PoolRegistrationCertificate: { cert: { cost: string; margin: [number, number]; operator: string; pledge: string; poolMetadata: { metadataHash: string; url: string; } | null; poolOwners: string[]; relays: types.ConwayTypes.Relay[]; rewardAccount: string; vrfKeyHash: string; }; type: CertificateType.POOL_REG; } Type declaration
cert: {
cost: string;
margin: [number, number];
operator: string;
pledge: string;
poolMetadata: {
metadataHash: string;
url: string;
} | null;
poolOwners: string[];
relays: types.ConwayTypes.Relay[];
rewardAccount: string;
vrfKeyHash: string;
}
cost: string
margin: [number, number]
operator: string
pledge: string
poolMetadata: {
metadataHash: string;
url: string;
} | null
poolOwners: string[]
rewardAccount: string
vrfKeyHash: string
type: CertificateType.POOL_REG