interface SolanaStakeAccount {
    activationEpoch: number;
    creationLastValidBlockHeight: number;
    customerId: number;
    fromPubkey: string;
    inactiveStake: string;
    initialLamports: string;
    label: string;
    lamports: string;
    lastStatusSyncEpoch: number;
    performance30d: string;
    performance7d: string;
    performanceTotal: string;
    reference: string;
    rentExemptionAmount: string;
    stakeAuthority: string;
    stakePubkey: string;
    status: string;
    withdrawAuthority: string;
}

Properties

activationEpoch: number
creationLastValidBlockHeight: number
customerId: number
fromPubkey: string
inactiveStake: string
initialLamports: string
label: string
lamports: string
lastStatusSyncEpoch: number
performance30d: string
performance7d: string
performanceTotal: string
reference: string
rentExemptionAmount: string
stakeAuthority: string
stakePubkey: string
status: string
withdrawAuthority: string

Generated using TypeDoc