Type alias GenesisAccountV1
Genesis
Account
V1
: { authority
: PublicKey<string>; buckets
: BucketEntry[]; bump
: number; endPadding
: number[]; finalized
: boolean; header
: AccountHeader; key
: Key; mint
: PublicKey<string>; padding
: number[]; publicKey
: PublicKey<string>; totalProceeds
: bigint; totalSupply
: bigint; }
Type declaration
-
authority: PublicKey<string>
-
-
bump: number
-
endPadding: number[]
-
finalized: boolean
-
-
-
-
padding: number[]
-
publicKey: PublicKey<string>
-
totalProceeds: bigint
-
totalSupply: bigint