FanoutMembershipVoucher: {
    bumpSeed: number;
    discriminator: number[];
    fanout: PublicKey<string>;
    header: AccountHeader;
    lastInflow: bigint;
    membershipKey: PublicKey<string>;
    publicKey: PublicKey<string>;
    shares: bigint;
    totalInflow: bigint;
}

Type declaration

  • bumpSeed: number
  • discriminator: number[]
  • fanout: PublicKey<string>
  • header: AccountHeader
  • lastInflow: bigint
  • membershipKey: PublicKey<string>
  • publicKey: PublicKey<string>
  • shares: bigint
  • totalInflow: bigint

Generated using TypeDoc