Options
All
  • Public
  • Public/Protected
  • All
Menu

Holds the data for the MasterEditionV2 Account and provides de/serialization functionality for that data

Hierarchy

  • MasterEditionV2

Implements

Index

Properties

key: Key
maxSupply: bignum
supply: bignum

Methods

  • pretty(): { key: string; maxSupply: bignum; supply: number | { toNumber: any } }
  • serialize(): [Buffer, number]
  • fromAccountAddress(connection: Connection, address: PublicKey): Promise<MasterEditionV2>
  • fromAccountInfo(accountInfo: AccountInfo<Buffer>, offset?: number): [MasterEditionV2, number]
  • getMinimumBalanceForRentExemption(args: MasterEditionV2Args, connection: Connection, commitment?: Commitment): Promise<number>

Generated using TypeDoc