Interface OutgoingDelegationSummary

interface OutgoingDelegationSummary {
    count: number;
    delegations: DelegationReadModel[];
    delegator: string;
    total_delegated_blurt: number;
}

Properties

count: number
delegations: DelegationReadModel[]
delegator: string
total_delegated_blurt: number