Fanout
: { accountKey
: PublicKey<string>; accountOwnerBumpSeed
: number; authority
: PublicKey<string>; bumpSeed
: number; discriminator
: number[]; header
: AccountHeader; lastSnapshotAmount
: bigint; membershipMint
: Option<PublicKey<string>>; membershipModel
: MembershipModel; name
: string; publicKey
: PublicKey<string>; totalAvailableShares
: bigint; totalInflow
: bigint; totalMembers
: bigint; totalShares
: bigint; totalStakedShares
: Option<bigint>; }
Type declaration
-
accountKey: PublicKey<string>
-
accountOwnerBumpSeed: number
-
authority: PublicKey<string>
-
bumpSeed: number
-
discriminator: number[]
-
-
lastSnapshotAmount: bigint
-
-
-
name: string
-
publicKey: PublicKey<string>
-
totalAvailableShares: bigint
-
totalInflow: bigint
-
totalMembers: bigint
-
totalShares: bigint
-
totalStakedShares: Option<bigint>