Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • ExternalPriceAccount

Implements

Index

Properties

allowedToCombine: boolean
key: Key
priceMint: PublicKey
pricePerShare: bignum

Accessors

  • get byteSize(): number

Methods

  • pretty(): { allowedToCombine: boolean; key: string; priceMint: string; pricePerShare: bignum }
  • serialize(): [Buffer, number]
  • getMinimumBalanceForRentExemption(connection: Connection, commitment?: Commitment): Promise<number>
  • hasCorrectByteSize(buf: Buffer, offset?: number): boolean

Generated using TypeDoc