interface StakePool {
    cost: ValueAdaOnly;
    id: string;
    margin: string;
    metadata?: Anchor;
    owners: string[];
    pledge: ValueAdaOnly;
    relays: Relay[];
    rewardAccount: string;
    vrfVerificationKeyHash: string;
}

Properties

id: string
margin: string
metadata?: Anchor
owners: string[]
pledge: ValueAdaOnly
relays: Relay[]
rewardAccount: string
vrfVerificationKeyHash: string