Type alias VaultInfoStructOutput

VaultInfoStructOutput: [totalShares: bigint, votes: bigint, __deprecated_lastRewardTimestamp: bigint, accRewardsPerShare: bigint, rewardDebt: bigint] & {
    __deprecated_lastRewardTimestamp: bigint;
    accRewardsPerShare: bigint;
    rewardDebt: bigint;
    totalShares: bigint;
    votes: bigint;
}

Generated using TypeDoc