interface CardanoStakeAccount {
    activationEpoch: number;
    drepId: string;
    label: string;
    lastSyncEpoch: number;
    lovelace: string;
    performance30d: string;
    performance7d: string;
    performanceTotal: string;
    poolId: string;
    reference: string;
    stakeAccountAddress: string;
    status: string;
    totalWithdrawals: string;
    withdrawableAmount: string;
}

Properties

activationEpoch: number
drepId: string
label: string
lastSyncEpoch: number
lovelace: string
performance30d: string
performance7d: string
performanceTotal: string
poolId: string
reference: string
stakeAccountAddress: string
status: string
totalWithdrawals: string
withdrawableAmount: string

Generated using TypeDoc