Type alias GenesisAccountV2
Genesis
Account
V2
: { authority
: PublicKey<string>; baseMint
: PublicKey<string>; bucketCount
: number; bump
: number; endPadding
: number[]; finalized
: boolean; fundingMode
: number; header
: AccountHeader; index
: number; key
: Key; padding
: number[]; publicKey
: PublicKey<string>; quoteMint
: PublicKey<string>; totalAllocatedSupplyBaseToken
: bigint; totalProceedsQuoteToken
: bigint; totalSupplyBaseToken
: bigint; }
Type declaration
-
authority: PublicKey<string>
-
-
bucketCount: number
-
bump: number
-
endPadding: number[]
-
finalized: boolean
-
fundingMode: number
-
-
index: number
-
-
padding: number[]
-
publicKey: PublicKey<string>
-
quoteMint: PublicKey<string>
-
totalAllocatedSupplyBaseToken: bigint
-
totalProceedsQuoteToken: bigint
-
totalSupplyBaseToken: bigint