ReservationArgs: {
    address: PublicKey;
    spotsRemaining: number | bigint;
    totalSpots: number | bigint;
}

Type declaration

  • address: PublicKey
  • spotsRemaining: number | bigint
  • totalSpots: number | bigint

Generated using TypeDoc