NftDataV1AccountData: {
    amount: bigint;
    authority: PublicKey;
    bump: number;
    count: bigint;
    discriminator: number[];
    feeAmount: bigint;
    feeLocation: PublicKey;
    max: bigint;
    min: bigint;
    name: string;
    path: number;
    solFeeAmount: bigint;
    token: PublicKey;
    uri: string;
}

Type declaration

  • amount: bigint
  • authority: PublicKey
  • bump: number
  • count: bigint
  • discriminator: number[]
  • feeAmount: bigint
  • feeLocation: PublicKey
  • max: bigint
  • min: bigint
  • name: string
  • path: number
  • solFeeAmount: bigint
  • token: PublicKey
  • uri: string

Generated using TypeDoc