Type alias UserInfoStructOutput

UserInfoStructOutput: [lastUpdateTimestamp: bigint, lastParentAccTotalRewards: bigint, lastAccTotalRewards: bigint, reward: bigint] & {
    lastAccTotalRewards: bigint;
    lastParentAccTotalRewards: bigint;
    lastUpdateTimestamp: bigint;
    reward: bigint;
}

Generated using TypeDoc