UserStakePosition
Delegated stake position owned or controlled by an authority.
| Property | Type |
|---|
account | { authority: { delegationAuthority: PublicKey; withdrawalAuthority: PublicKey; }; bump: number; claimedRewards: { 0: BN; }; delegationTarget: PublicKey | null; lockup: { activationEpoch: { 0: BN; }; deactivationEpoch: { 0: BN; }; unlockEpoch: { 0: BN; }; }; stake: BN; } | null |
delegationAuthority | boolean |
offset | bigint |
withdrawalAuthority | boolean |